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

Errors when running roslaunch panda_gazebo panda_world.launch #59

Open
ChaoticHans opened this issue Nov 24, 2021 · 3 comments
Open

Errors when running roslaunch panda_gazebo panda_world.launch #59

ChaoticHans opened this issue Nov 24, 2021 · 3 comments

Comments

@ChaoticHans
Copy link

ChaoticHans commented Nov 24, 2021

Starting roslaunch panda_gazebo panda_world.launch makes the program run gazebo, but there are still errors showing up:

[gripper_action_server_emulator-13] process has died [pid 1825, exit code 1, cmd /home/vm-ros/catkin_ws/src/panda_simulator/panda_sim_custom_action_server/scripts/start_gripper_action_server.py __name:=gripper_action_server_emulator __log:=/home/vm-ros/.ros/log/1679ce04-4d30-11ec-81fb-000c299c877b/gripper_action_server_emulator-13.log]. log file: /home/vm-ros/.ros/log/1679ce04-4d30-11ec-81fb-000c299c877b/gripper_action_server_emulator-13*.log

[joint_trajectory_server_emulator-12] process has died [pid 1818, exit code 1, cmd /home/vm-ros/catkin_ws/src/panda_simulator/panda_sim_custom_action_server/scripts/start_joint_trajectory_server.py __name:=joint_trajectory_server_emulator __log:=/home/vm-ros/.ros/log/1679ce04-4d30-11ec-81fb-000c299c877b/joint_trajectory_server_emulator-12.log]. log file: /home/vm-ros/.ros/log/1679ce04-4d30-11ec-81fb-000c299c877b/joint_trajectory_server_emulator-12*.log

@ChaoticHans ChaoticHans changed the title Errors when running roslaunch panda_gazebo panda_world.launch Errors when running roslaunch panda_gazebo panda_world.launch Nov 24, 2021
@cchristofi
Copy link

I know it's been a long time, but have you found any solution to that?

@ChaoticHans
Copy link
Author

No, I didn't find a solution.

@illusionsoftruth
Copy link

illusionsoftruth commented Sep 19, 2024

I believe it has something to do with numpy version. There should be other error messages saying "module compiled against API version 0x10 but this version of numpy is 0xd" or "AttributeError: module 'numpy' has no attribute 'typeDict' ". This is because "np.typeDict" is a deprecated alias for "np.sctypeDict" and has been so for over 14 years
(6689502).
A deprecation warning will now be issued whenever getting np.typeDict.
(gh-17586)

I solved this error setting my numpy version to 0.23.

pip install numpy==0.23 or pip3 install numpy==0.23

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