nasa / astrobee

NASA Astrobee Robot Software
https://www.nasa.gov/astrobee
Apache License 2.0
1.04k stars 309 forks source link

ROS2 mobility: (part of) planner_qp #733

Open joris997 opened 1 year ago

joris997 commented 1 year ago

this is a PR for the planner_qp package for the ROS2 conversion. Deliberately, it does not include planner_qp itself, as I first wanted to check this in and gather any feedback.

For reference, this PR therefore includes

@marinagmoreira

In traj_optros, I separated the nh and the pub map, into one for Trajectory and SolverInfo, as it seems ROS2 does not allow the implementation that ROS1 allows. The code does seem to allow this change, based on the getPub, getInfoPub, and the other methods were already explicit.

Cheers, Joris

Pedro-Roque commented 3 months ago

@marinagmoreira not sure if you are going to be involved in the ROS2 port, but I realized that this PR was still waiting feedback.

Also tagging @bcoltin