JdeRobot / VisualStates

Tool for visual programming of robots using automata
https://jderobot.github.io/VisualStates/
GNU General Public License v3.0
8 stars 8 forks source link

VisualStates Release for ROS Melodic #146

Closed jiban-jyoti closed 4 years ago

jiban-jyoti commented 4 years ago

What is the release date for VisualStates package for ROS-melodic as currently I am doing source installaton to run the exercises based on VisualStates. Also well done for maintaining this package and I am excited to know the release dates.

okanasik commented 4 years ago

Thank you for your interest in the project. We are ready for the release, we are planning to make the release in the following week. I will let you know when we release. If you encounter any issues please do not hesitate to report.

jiban-jyoti commented 4 years ago

Hello @okanasik I think the visualstates package for ROS-melodic is released now. Can you tell me the instructions to install it. I tried source installation but I am getting errors.

rosrun visualstates main.py Traceback (most recent call last): File "/home/jiban/catkin_ws/src/VisualStates/scripts/main.py", line 25, in from visualstates.gui.visualstates import VisualStates ImportError: No module named visualstates.gui.visualstates

okanasik commented 4 years ago

Hi @jiban-jyoti , I checked the problem. If you rename the directory to all lowercase letters, it should work. Did you solve the problem?

jiban-jyoti commented 4 years ago

Yes Sir, It is working perfectly now. We should update the commands also.