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

ROS Noetic crash on receiving nav goal #23

Open
ElClopitan opened this issue Dec 4, 2020 · 3 comments
Open

ROS Noetic crash on receiving nav goal #23

ElClopitan opened this issue Dec 4, 2020 · 3 comments

Comments

@ElClopitan
Copy link

I am using a polygon model and whenever I send a navGoal, it crashes. I am using the mpc_local_planner_params_quadratic_form.yaml file for my robot and when I keep it as a point model, it doesn't crash. It only crashes once I switch to a polygon model. Any idea what I am doing wrong?

@ElClopitan
Copy link
Author

ElClopitan commented Dec 5, 2020

carlike_minimum_time.launch
This example launch file also crashes when I give it a nav goal with two_circles, line, and polygon for the footprint_model type but not with point and circular (but it does perform poorly for circular). Is there a chance I just downloaded something wrong?

@Marxvans
Copy link

Marxvans commented Jan 5, 2022

It had crash before i lauch the carlinke_minimum_time.launch in ros noetic.

@kinekt2000
Copy link

@ElClopitan, @Marxvans

Use package from noetic-devel branch. Not noetic distro.

  1. Clone branch git clone --branch noetic-devel https://github.com/rst-tu-dortmund/mpc_local_planner.git
  2. Move 'mpc_local_planner' and 'mpc_local_planner_msgs' to your workspace
  3. Run catkin_make from your workspace.
  4. Use MPC as any other plugin base_local_planner: "mpc_local_planner/MpcLocalPlannerROS

If you want just run the example, clone branch to src and run catkin_make, after all run source ./devel/setup.bash and appropriate roslaunch <example>.launch

This is not the best solution, but it works well for me.

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

No branches or pull requests

3 participants