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

Revision history [back]

OK, it worked. Although approach was the same, method was different. I followed these tutorials (link). Main problem was that Raspberry Pi 3 is an arm based architecture and all of the Aria Softwares (link) are based on intel/amd processor based architecture. So, here is what I did. It is important to mention that I was using ubuntu 16.06 mate and ROS-Kinetic.

So, the steps are as follows.

  1. Follow the tutorial (link) till the software installation (Aria).
  2. Download Aria (link)
  3. Run the following command
  4. Go to the download directory
  5. sudo dpkg --force-all -i libaria_2.9.0+ubuntu12+gcc4.6_amd64.deb
  6. make clean.
  7. make -j4
  8. go to the ros workspace cd ~/catkin_ws
  9. Run catkin_make --force-cmake

It is worth mentioning that here in this stage, my setup was failed but just to make sure, I rant it again and the second time it worked. It was installed by my colleague in another machine and he experienced the same which means that it worked on second time

Thanks to ReedHedges for helping me out.

OK, it worked. Although approach was the same, method was different. I followed these tutorials (link). Main problem was that Raspberry Pi 3 is an arm based architecture and all of the Aria Softwares (link) are based on intel/amd processor based architecture. So, here is what I did. It is important to mention that I was using ubuntu 16.06 mate and ROS-Kinetic.

So, the The steps are as follows.

  1. Follow the tutorial (link) till the software installation (Aria).
  2. Download Aria (link)
  3. Run the following command
  4. Go to the download directory
  5. sudo dpkg --force-all -i libaria_2.9.0+ubuntu12+gcc4.6_amd64.deb
  6. make clean.
  7. make -j4
  8. go to the ros workspace cd ~/catkin_ws
  9. Run catkin_make --force-cmake

It is worth mentioning that here in this stage, my setup was failed but just to make sure, I rant it again and the second time it worked. It was installed by my colleague in another machine and he experienced the same which means that it worked on second time

Thanks to ReedHedges for helping me out.

out.

OK, it worked. Although approach was the same, method was different. I followed these tutorials (link). Main problem was that Raspberry Pi 3 is an arm based architecture and all of the Aria Softwares (link) are based on intel/amd processor based architecture. So, here is what I did. It is important to mention that I was using ubuntu 16.06 mate and ROS-Kinetic.

The steps are as follows.

  1. Follow the tutorial (link) till the software installation (Aria).
  2. Download Aria (link)
  3. Run the following command
  4. Go to the download directory
  5. sudo dpkg --force-all -i libaria_2.9.0+ubuntu12+gcc4.6_amd64.deb
  6. make clean.
  7. make -j4
  8. go to the ros workspace cd ~/catkin_ws
  9. Run catkin_make --force-cmake

It is worth mentioning that here in this stage, my setup was failed but just to make sure, I rant it again and the second time it worked. It was installed by my colleague in another machine and he experienced the same which means that it worked on second time

Thanks to ReedHedges for helping me out.

out. From his post above, I got the clue to resolve this issue.

OK, it worked. Although approach was the same, method was different. I followed these tutorials (link). Main problem was that Raspberry Pi 3 is an arm based architecture and all of the Aria Softwares (link) are based on intel/amd processor based architecture. So, here is what I did. It is important to mention that I was using ubuntu 16.06 mate and ROS-Kinetic.

The steps are as follows.

    • Follow the tutorial tutorial (link) ) till the software installation installation (Aria).
    • Download Aria (link)

    • ) Run the following command
    • Go to the download directory

    • run sudo dpkg --force-all -i libaria_2.9.0+ubuntu12+gcc4.6_amd64.deb

    • run make clean.

    • run make -j4

    • go to the ros workspace cd ~/catkin_ws
    • Run catkin_make --force-cmake

It is worth mentioning that here in this stage, my setup was failed but just to make sure, I rant it again and the second time it worked. It was installed by my colleague in another machine and he experienced the same which means that it worked on second time

  • go to the ros workspace cd ~/catkin_ws

  • Run catkin_make --force-cmake

So, it worked.

Thanks to ReedHedges for helping me out. From his post above, I got the clue to resolve this issue.

OK, it worked. Although approach was the same, method was different. I followed these tutorials (link). Main problem was that Raspberry Pi 3 is an arm based architecture and all of the Aria Softwares (link) are based on intel/amd processor based architecture. So, here is what I did. It is important to mention that I was using ubuntu 16.06 mate and ROS-Kinetic.

The steps are as follows.

  • Follow the tutorial (link) till the software installation (Aria).
  • Download Aria (link) Run the following command )

  • Go to the download directory

  • run sudo dpkg --force-all -i libaria_2.9.0+ubuntu12+gcc4.6_amd64.deb

  • run make clean.

  • run make -j4

It is worth mentioning that here in this stage, my setup was failed but just to make sure, I rant it again and the second time it worked. It was installed by my colleague in another machine and he experienced the same which means that it worked on second time

  • go to the ros workspace cd ~/catkin_ws

  • Run catkin_make --force-cmake

So, it worked.

Thanks to ReedHedges for helping me out. From his post above, I got the clue to resolve this issue.