-
Notifications
You must be signed in to change notification settings - Fork 16
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
Ros2 localizer #60
Ros2 localizer #60
Conversation
app/rosExamples/launch/pycache/ros_navigation.launch.cpython-38.pyc is not needed |
@ste93 thanks for making me notice the unnecessary file. For the simulation issue, isn't it beeter to simply have the YARP_CLOCK variable set on the pc as an env variable? Or do you think it is better to set in the |
@elandini84 I was thinking about xml file since as Marco Said not all the Device wants it setted. Also if you put it in the xml is easier to remember and to noti e for future users |
Added a localizer for ros2. WIP
robotPathPlannerExample2_nws_nwc_ros2 file has been update. Ros2Localizer.cpp has been modified and also a set of configuration files for yarprobotinterface has been added
0b3afc3
to
7b4719d
Compare
New ROS2 localizer module added.
Some
yarpmanager
related test files (.xml
application files,.ini
configuration files, etc...) have also been added.