-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Ros topics through bridge #7
Comments
referencing the following comments with images: |
So to get the bridge code working, you need to launch the binary which performs the bridging
echo then to see values inside Note:: Make sure the topic names are set to the correct ones inside the default.yaml file inside cyber_ros_bridge/yaml_defs folder Currently, only the following conversions have been provided:
You can add bridging for any of your own topics of choice. The following documentations will be useful for that: |
Hi, I tried these steps. But I am still not able to see all the rostopics. I only see /rosout and /rosagg and echo is not showing any topics. |
@Prj1508 that seems odd. It does work at my end. Can you ensure the topic names in the default.yaml file is the same that Apollo lgsvl is publishing. We did try Apollo 3.5 LGSVL at our end, but it was a previous version. Can you check if values from lgsvl can be visualized inside Apollo_ros_bridge container using cyber monitor. To do this:
launch cyber monitor
|
@abhilashbalachandran |
@Prj1508 We need to make sure that cyber topics also go through. Can you follow the instructions in #7 (comment) |
Thank you. I am now able to run apollo and cyber_monitor alongside apollo-ros bridge.
However, I am not seeing any updates of the topics with rostopic echo on bridge side while cyber_monitor is publishing messages ( with LGSLV). What should I do to see these topics on ROS side? Here is the screen shot
/home/jpm/Pictures/RA_Screenshot from 2019-09-18 17-43-45.png
Originally posted by @Prj1508 in #6 (comment)
The text was updated successfully, but these errors were encountered: