ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
2

catkin_make error in Groovy

asked 2013-01-02 11:23:22 -0500

updated 2013-01-02 19:09:05 -0500

I recently installed groovy and I am trying to configure my installation, I have sourced the setup.bash file however when trying to configure my catkin workspace gives me error. When I try catkin_make inside catkin_ws, I get the following error;

Traceback (most recent call last):
  File "/opt/ros/groovy/bin/catkin_make", line 19, in <module>
    from catkin.init_workspace import init_workspace
ImportError: No module named init_workspace

Any help folks ? If rosbuild was available on groovy - I guess I would have gladly used that.

edit retag flag offensive close merge delete

Comments

By the way a lot of packages are still using rosbuild in groovy.

Dirk Thomas gravatar image Dirk Thomas  ( 2013-01-02 11:31:15 -0500 )edit

@Dirk Thomas So ! catkin is not essential for groovy -- I CAN use rosbuild ?

Arkapravo gravatar image Arkapravo  ( 2013-01-02 14:19:10 -0500 )edit
1

Yes, rosbuild works fine with groovy.

joq gravatar image joq  ( 2013-01-03 07:50:15 -0500 )edit

@joq Thank you !

Arkapravo gravatar image Arkapravo  ( 2013-01-03 08:36:09 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-01-02 11:33:13 -0500

Dirk Thomas gravatar image

You have likely another version of catkin on your PYTHONPATH i.e. from Fuerte. You should retry it from a "clean" shell without sourcing Fuerte before (or in your bashrc).

edit flag offensive delete link more

Comments

@Dirk Thomas YES ! You are right -- I had sourced Morse into my ROS Fuerte using another PYTHONPATH -- I have rectified my .bashrc -- everything is cool now !!!!

Arkapravo gravatar image Arkapravo  ( 2013-01-02 14:22:46 -0500 )edit

Question Tools

Stats

Asked: 2013-01-02 11:23:22 -0500

Seen: 1,404 times

Last updated: Jan 02 '13