Commit Graph

31 Commits

Author SHA1 Message Date
Néstor Subirón 121db94a02
Merge branch 'master' into ros_bridge_odometry_msg 2018-08-20 15:00:13 +02:00
ShepelIlya 8e76b93b01 Imports sorted in alphabetical order 2018-08-02 15:04:59 +03:00
ShepelIlya 1fdb6d849f Deleted some debug code 2018-08-02 15:04:50 +03:00
ShepelIlya 69e00c6263 Added nav_msgs/odometry for player 2018-08-02 15:04:32 +03:00
Danil Tolkachev c02bf328a1 update code after PR #542 merged 2018-08-01 17:36:17 +03:00
Danil Tolkachev 66e30e7877 add links for issues 2018-08-01 17:36:17 +03:00
Danil Tolkachev 83070b8c8f add map to rviz config 2018-08-01 17:36:17 +03:00
Danil Tolkachev 6af49c5436 generate ros OccupancyGrid message from CarlaMap lane image 2018-08-01 17:36:01 +03:00
Néstor Subirón 23523d4bb6
Merge branch 'master' into patch-1 2018-08-01 15:30:23 +02:00
Adithya Ranga e1f346b4aa Adding rospy shutdown (after episode) for clean exit when interrupted 2018-06-28 10:47:55 -07:00
Adithya Ranga d6f6f0aef8 Minor Fix to rosbag_fname 2018-06-28 10:36:08 -07:00
Adithya Ranga a864cc27c3 Review follow-up changes:
- control inputs removed - will be a separate request if necessary
- style adjustments - compliant with PEP8
2018-06-27 09:38:48 -07:00
George Laurent 4179a60fd7
Update Readme.md 2018-06-27 13:24:14 +02:00
Adithya Ranga e15586d4e7 Changes to episodes routine
- Framesperepisode loop edited to also run infinitely
2018-06-26 15:49:07 -07:00
Adithya Ranga 3dbc9007e8 Adding episodes to rosbridge:
- episodes & framesperepisode added for rosbag recording
- writing control inputs to bag
2018-06-26 12:01:56 -07:00
Толкачев Данил c6bf2438d9 fix lidar orientation 2018-06-25 17:14:45 +03:00
Толкачев Данил 9ce0237eef fix wrong camera orientation 2018-06-25 17:14:45 +03:00
Толкачев Данил 7822612fd1 fix boundig box transform 2018-06-25 17:14:45 +03:00
Толкачев Данил b3a6ba8dc3 fix lidar timestamp bug 2018-06-25 17:12:29 +03:00
thibault-buhet 15b04fb577 fix scaling error
This needs to be changed because #322 was fixed
2018-06-25 15:18:17 +02:00
Laurent George 0502e607b7 Fix timestamp bug
Carla stamp is in ms thus we need to divide it by 1000 to go to seconds (and not the inverse)
2018-06-11 10:35:35 +02:00
Laurent George 587c7b36a0 Remove hardcoding rosbag path 2018-06-11 10:35:35 +02:00
Laurent George df2561b0b3 Fix Readme
Fix small mistakes in documentation thanks to report of beta-testers.
Add documentation for rosbag option.
2018-06-11 10:35:35 +02:00
Laurent George cc6157e11c Fix rosbag recorder
A little mistake was still present, now the rosbag recorder works fine
2018-06-11 10:35:35 +02:00
Laurent George 9c98e48013 Add default settings example in settings.yaml 2018-06-11 10:35:35 +02:00
Laurent George 71f5b115e2 Fix load params from settings.yaml
Some parameters were not loaded from config file, and only hardcoded default value was used.
2018-06-11 10:35:35 +02:00
Laurent George e09c3490ac Refactor code based on code review
- Update documentation
- Separate ros bridge into multiple/small files
- Add a test (rostest test/ros_bridge_client.test)
- Add docstrings
- Refactor
2018-06-11 10:35:35 +02:00
Laurent George 2f86acc375 fix readme 2018-06-11 10:35:35 +02:00
Laurent George 3da1c84142 update readme 2018-06-11 10:35:35 +02:00
Laurent George 19dea38409 fix box extent on last master 2018-06-11 10:35:35 +02:00
Laurent George 0f934cd1f1 Add a minimal ros bridge: camera, lidar, control
First version of the bridge written in python. Inspired by the work of
WenchaoDing (https://gist.github.com/WenchaoDing/8bdf2b6753f0cc6cb1c4019529a79c9f).
2018-06-11 10:35:35 +02:00