Skip to content
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

Fixing multiple waypoint follower nodes on network, resolves #1937 #1940

Merged
merged 1 commit into from
Aug 13, 2020

Conversation

SteveMacenski
Copy link
Member


Basic Info

Info Please fill out this column
Ticket(s) this addresses #1937
Primary OS tested on Ubuntu
Robotic platform tested on Sim

Description of contribution in a few bullet points

  • Changed the way we define the name of the node, which as memory serves for client / secondary nodes has to be done a little bit of a funky way. I think there's some hacky solution in rclcpp for remapping the node names in the C++ code to launch that effects the entire process' nodes not just the object of that name.

Description of documentation updates required from your changes

  • N/A

Future work that may be required in bullet points

  • N/A

@SteveMacenski SteveMacenski changed the base branch from master to main August 12, 2020 21:30
Copy link
Contributor

@mikeferguson mikeferguson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and resolves issue for me.

@SteveMacenski SteveMacenski merged commit 606ca7a into main Aug 13, 2020
@SteveMacenski SteveMacenski deleted the 1937_2 branch August 13, 2020 17:35
@SteveMacenski
Copy link
Member Author

Test failure was the occasional /bin/bash: install/setup.sh: No such file or directory issue - nothing to be concerned about

@mikeferguson mikeferguson mentioned this pull request Aug 18, 2020
SteveMacenski added a commit that referenced this pull request Aug 24, 2020
* waypoint_follower node has _rclcpp_node as well as base node (#1940)

* Add #include <vector> for vector<> (#1946)

To fix cpplint

* Add 'angles' dependency to nav2_costmap_2d package.xml (#1947)

* transform goal to costmap frame (#1949)

The plan recieved is usually in global frame, but
our local costmap is often in odom frame. This
fixes a regression from #1857

* Add mutex lock into inflation layer to avoid thread issue in updating footprint (#1952)

Signed-off-by: Daisuke Sato <daisukes@cmu.edu>

* Fix being unable to change StandardTrajectoryGenerator parameter vtheta_samples (#1619)

* Fix tests declaring parameters real nodes don't

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>

* Fix loadParameterWithDeprecation not getting initial parameter values

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>

* Create sim_time variable before using it

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>

* Line length < 100

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>

* Add missing {

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>

* Linter fixes

Signed-off-by: Shane Loretz <sloretz@openrobotics.org>

* sim_granularity -> time_granularity

Signed-off-by: Shane Loretz <sloretz@openrobotics.org>

* Linter fix

Signed-off-by: Shane Loretz <sloretz@openrobotics.org>

* update version to 0.4.3

* removing redundant dep on angles

Co-authored-by: Ruffin <roxfoxpox@gmail.com>
Co-authored-by: Sarthak Mittal <sarthakmittal2608@gmail.com>
Co-authored-by: Michael Ferguson <mfergs7@gmail.com>
Co-authored-by: Daisuke Sato <43101027+daisukes@users.noreply.github.com>
Co-authored-by: Shane Loretz <sloretz@openrobotics.org>
AdamPettinger added a commit to AdamPettinger/moveit2 that referenced this pull request Aug 26, 2020
henningkayser pushed a commit to moveit/moveit2 that referenced this pull request Aug 27, 2020
AndyZe pushed a commit to AndyZe/moveit2 that referenced this pull request Sep 6, 2020
ruffsl pushed a commit to ruffsl/navigation2 that referenced this pull request Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants