-
Notifications
You must be signed in to change notification settings - Fork 13
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
ROS 2 Foxy update #16
Open
joe28965
wants to merge
23
commits into
dingo-cpr:foxy-devel
Choose a base branch
from
SaxionMechatronics:foxy-devel
base: foxy-devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Lidar possible to be used now
Foxy control
* test commit * Add cartographer * Add cartographer * adding slam toolbox * remove slam toolbox and add cartographer * updating parameters * Updating parameters * add nav2 * update nav params * updating parameters * update params * updating params * updating params * nav working and only finetuning left * Updating params * updating parameters for cartographer * added velodyne_description to depend * added use_sim_time * added control_yaml configuration Co-authored-by: Live session user <[email protected]>
@tonybaltovski have you had time to look at this yet? |
Hi @tonybaltovski, as @joe28965 left our team (Saxion Mechatronics) I'm curious of the review status of this PR? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the update for ROS 2 Foxy, as we've currently got it working at Saxion.
This is 1 of 5 PRs that all contribute to this. The other 4 are:
dingo_desktop
dingo_robot
dingo_simulator
puma_motor_driver
We've got the Dingo-D driving around in ROS 2 Foxy, with the PS4 controller.
All the config files for the Dingo-D have been updated.
However, we received the Dingo-D for our project, not the Dingo-O.
Updating the code for the Dingo-O was outside of the scope of our project.
In the launch files, there will still be a reference to Dingo-O (as seen here, for instance), so some of them should work without changes.
That being said, things like: config files, specific Dingo-O urdf files, the simulation, ros2_control mecanum drive still needs to be updated.
The puma_motor_drivers and dingo_hardware library have also only been tested with the Dingo-D, but I did try to ensure they could potentially work on the Dingo-O without changes (this of course needs to be tested).
If you've got any other questions regarding the status of various parts, please let me know.