You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've talked previously on wilselby's GitHub (#46) with regards to performing 3D navigation of the Hector quadrotor in Moveit. I found it more suiting to continue the conversation here. I'm hoping that you can help me out if you have the time.
I've managed to compile both your and Tahsinkose's package on Kinetic (for whatever reason, this worked better than Melodic), and I've tried to understand the packages which you've used and developed.
It seems like you both have created an action server (trajectory_action_pkg or hector_moveit_actions) and a secondary package for executing the trajectories which are developed in Moveit (quadrotor_control_system or hector_moveit_exploration). I'm interested in the go-to-goal/follow trajectory (with obstacle avoidance) functionality which it seems like you've developed inside your move_drone.py, yet I have no idea how to create this functionality myself. Are there any guides I can use to create similar packages?
If I'm allowed to use your package (with your permission of cause), how can I incorporate it into my own workspace?
I've tried to launch your package the way you've described here on your Github, however, RViz cannot open when using the roslaunch full_system_launcher system.launch command. It just remains at the loading window, as seen on the picture below. Note that Gazebo loads without problems. Furthermore, when using the rosrun quadrotor_control_system move_drone.py drone_name X Y Z THETA command, nothing happens (I assume this is because RViz refuses to load, but it could be something else). Do you know how to fix this?
The text was updated successfully, but these errors were encountered:
It seems like you both have created an action server (trajectory_action_pkg or hector_moveit_actions) and a secondary package for executing the trajectories which are developed in Moveit (quadrotor_control_system or hector_moveit_exploration). I'm interested in the go-to-goal/follow trajectory (with obstacle avoidance) functionality which it seems like you've developed inside your move_drone.py, yet I have no idea how to create this functionality myself. Are there any guides I can use to create similar packages?
The trajectory_action_pkg is the package where I have implemented the action responsible for calling moveit planning, to avoid collisions, and translate it into the motion execution.
If I'm allowed to use your package (with your permission of cause), how can I incorporate it into my own workspace?
If you desire to apply the motion directly into a code implemented by you, the best option is to copy the code into the move_drone.py. It basicaly creates a client of the action that I have created and send the desired position.
I've tried to launch your package the way you've described here on your Github, however, RViz cannot open when using the roslaunch full_system_launcher system.launch command. It just remains at the loading window, as seen on the picture below. Note that Gazebo loads without problems. Furthermore, when using the rosrun quadrotor_control_system move_drone.py drone_name X Y Z THETA command, nothing happens (I assume this is because RViz refuses to load, but it could be something else). Do you know how to fix this?
By default, my launch starts with the Gazebo paused. Have you started it?
Hello mSimon,
We've talked previously on wilselby's GitHub (#46) with regards to performing 3D navigation of the Hector quadrotor in Moveit. I found it more suiting to continue the conversation here. I'm hoping that you can help me out if you have the time.
I've managed to compile both your and Tahsinkose's package on Kinetic (for whatever reason, this worked better than Melodic), and I've tried to understand the packages which you've used and developed.
It seems like you both have created an action server (trajectory_action_pkg or hector_moveit_actions) and a secondary package for executing the trajectories which are developed in Moveit (quadrotor_control_system or hector_moveit_exploration). I'm interested in the go-to-goal/follow trajectory (with obstacle avoidance) functionality which it seems like you've developed inside your move_drone.py, yet I have no idea how to create this functionality myself. Are there any guides I can use to create similar packages?
If I'm allowed to use your package (with your permission of cause), how can I incorporate it into my own workspace?
I've tried to launch your package the way you've described here on your Github, however, RViz cannot open when using the
roslaunch full_system_launcher system.launch
command. It just remains at the loading window, as seen on the picture below. Note that Gazebo loads without problems. Furthermore, when using therosrun quadrotor_control_system move_drone.py drone_name X Y Z THETA
command, nothing happens (I assume this is because RViz refuses to load, but it could be something else). Do you know how to fix this?The text was updated successfully, but these errors were encountered: