question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

motion planning demo failed

See original GitHub issue

Hi, I used docker igibson/igibson-gui:latest to run your example. I tried motion planning demo using two demo scripts:

First script: python motion_planning_example.py -c ../configs/turtlebot_interactive_nav.yaml. Error is Traceback (most recent call last): File "motion_planning_example.py", line 32, in <module> run_example(args) File "motion_planning_example.py", line 12, in run_example motion_planner = MotionPlanningWrapper(nav_env) File "/opt/igibson_new/gibson2/utils/motion_planning_wrapper.py", line 48, in __init__ assert 'occupancy_grid' in self.env.output

Second script: python mouse_interaction.py and click m to change to planning mode. Every time I Left click, error occurs. Error is Traceback (most recent call last): File "/opt/igibson_new/gibson2/render/viewer.py", line 423, in mouse_callback self.planner.set_marker_position_yaw( AttributeError: 'NoneType' object has no attribute 'set_marker_position_yaw' I think the variable of the self.planner is not initialized

Can you help me to fix these two issues? Or are there other ways to run motion planning example?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ChengshuLicommented, Apr 15, 2021

This commit should make the process even easier.

You only need to run python motion_planning_example.py now.

0reactions
ChengshuLicommented, Apr 18, 2021

Feel free to re-open the issue if you have further questions!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to Sample Any Valid States for Goal Tree (Python ...
MoveIt Motion Planning Failed: Unable to Sample Any Valid States for ... the demo.launch file) to random valid positions without an issue.
Read more >
Task and Motion Planning with Failing Executions - Kavraki Lab
Failure is an option: Task and Motion Planning with Failing Executions ... demonstration techniques to enable the robot to recover from.
Read more >
Unit 3: Doing Motion Planning Programatically Demo 3.1 Error ...
I am working through unit 3 of the ROS Manipulation Course. Demo 3.1 provides python code to show how to programmatically plan a...
Read more >
Motion Planning using RViz
RViz plugin to plan and execute motion on a simulated robot. We will explore the different options and constraints associated with both MoveIt!...
Read more >
Motion Planning for Agile Legged Locomotion using Failure ...
Often, bipedal footstep and motion planning use mathematically simple ... of the step-to-step dynamics and of a failure margin function.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found