Commit Graph

11 Commits

Author SHA1 Message Date
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