I ran start_isaac_sim_franka.py from the Isaac Manipulator example using the command:
./python.sh ${ISAAC_ROS_WS}/src/isaac_ros_cumotion/isaac_ros_cumotion_examples/isaac_sim_scripts/start_isaac_sim_franka.py
However, the Action Graph is not functional. How can I make the existing Action Graph appear?
I understand that this example is from version 4.2, but I encountered the error “Prim is not an articulation” when using ROS2 Publish Joint States. I’ve created a post to ask for a solution:
In the post you recommended, it was mentioned that this issue has been fixed in version 4.5.2:
However, I can only find the installer for version 4.5.0, not 4.5.2:
That’s why I’m asking how to resolve this issue in 4.5.0, or if you could provide access to the 4.5.2 installer so I can test it.
@shentunghuang1 i am just another user and haven’t seen any official 4.5.2 update either, so curious to see what the other user meant. 🤔
in the meantime, i wonder if it’s worth trying the Isaac Sim Full kit to get the actiongraphs working or incorporate the corresponding actiongraph extensions?
I directly used the official start_isaac_sim_franka.py script.
After installing Isaac Sim 4.5.0, I ran the following command in the terminal:
cd ~/isaacsim
./python.sh ${ISAAC_ROS_WS}/src/isaac_ros_cumotion/isaac_ros_cumotion_examples/isaac_sim_scripts/start_isaac_sim_franka.py
However, the project couldn’t be launched due to the error you mentioned.
I managed to open the project in Isaac Sim 4.5.0 by commenting out the following three lines:
These lines don’t seem to be related to the ActionGraph setup, but the ActionGraph still fails to activate, as shown in the screenshot I included in my original question.
Thanks for the suggestion! I’m not too familiar with how to incorporate the corresponding ActionGraph extensions, so I’ll try using the Isaac Sim Full kit to see if that gets the ActionGraphs working properly.