No version for distro humble showing jade. Known supported distros are highlighted in the buttons above.
Package symbol

openreroc_motion_sensor package from openreroc_motion_sensor repo

openreroc_motion_sensor

ROS Distro
jade

Package Summary

Tags No category tags.
Version 0.1.0
License New BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/Kumikomi/openreroc_motion_sensor.git
VCS Type git
VCS Version master
Last Updated 2018-05-23
Dev Status UNMAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package supports a ultra sonic sensor using an FPGA board (ZedBoard Xilinx).

Additional Links

Maintainers

  • Kazushi Yamashina
  • Takeshi Ohkawa

Authors

  • Kazushi Yamashina

openreroc_motion_sensor

OpenReroc (Open Reconfigurable Robot Component) is a project to build an open source platform of reconfigurable (i.e. FPGA) devices for robot components.
This package supports ultra sonic sensor an FPGA board (ZedBoard Xilinx). openreroc_motion_sensor publishes sensor data to the topic.

Git: https://github.com/Kumikomi/openreroc_motion_sensor
Author: Kazushi Yamashina (Utsunomiya University)
Copyright: 2015, Kazushi Yamashina, Utsunomiya University
License: new BSD License
Latest Version: 0.1.0

Directry tree

openreroc_motion_sensor 
|-include/ 
|-msg/ 
|-hardware
	|-src/
    |-image/
|-src/ 
|-CMakeLists.txt 
|-package.xml  
|-LICENSE.txt

Requirements

##Platform for ROS system

  • ZedBoard
  • xillinux-1.3c
  • Xillinux is used to communicate between FPGA logic and ARM processor. Xillinux is a platform for Zynq that is released by Xillybus Ltd. Linux (Ubuntu) OS runs on the ARM processor. Xillinux can access to FPGA logic through a specific device file.
  • ROS (hydro or groovy) please install on xillinux!
  • ssh server

##Software

  • ISE 14.7 (for hardware synthesis)

##Sensor

  • [PING))) Ultrasonic Distance Sensor 28015 Parallax Inc](https://www.parallax.com/product/28015)

How to build software

Please replace catkin_ws to your work space name.

cd ~/catkin_ws/src
git clone https://github.com/Kumikomi/openreroc_motion_sensor
cd ..
catkin_make 

Test Run

  1. Xillinux installation
    • http://xillybus.com/xillinux
  2. Hardware bitstream installation Please replace xillydemo.bit on the SD card with openreroc_pwm/hardware/image/openreroc_motion_sensor.bit

  3. Insert SD card & boot system

  4. Run sample nodes

terminal 1

cd ~/catkin_ws/
source devel/setup.bash
roscore &
rosrun openreroc_motion_sensor sample_output

terminal 2

cd ~/catkin_ws/
source devel/setup.bash
rosrun openreroc_motion_sensor openreroc_motion_sensor

How to build hardware

It’s too complex to describe all the necessary procedure to build hardware, so some hints are shown below. 1 : Place of Soruce code hardware/src
2 : Pin assignment: add the code below to xillydemo.ucf

```verilog NET led[0] LOC = V22 | IOSTANDARD = LVCMOS33; # LD4 NET led[1] LOC = W22 | IOSTANDARD = LVCMOS33; # LD5 NET led[2] LOC = U19 | IOSTANDARD = LVCMOS33; # LD6 NET led[3] LOC = U14 | IOSTANDARD = LVCMOS33; # LD7

NET PS_GPIO[7] LOC = K18 IOSTANDARD = LVCMOS33; # “FMC-LA05_N”
NET PS_GPIO[8] LOC = J18 IOSTANDARD = LVCMOS33; # “FMC-LA05_P”

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged openreroc_motion_sensor at Robotics Stack Exchange

No version for distro jazzy showing jade. Known supported distros are highlighted in the buttons above.
Package symbol

openreroc_motion_sensor package from openreroc_motion_sensor repo

openreroc_motion_sensor

ROS Distro
jade

Package Summary

Tags No category tags.
Version 0.1.0
License New BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/Kumikomi/openreroc_motion_sensor.git
VCS Type git
VCS Version master
Last Updated 2018-05-23
Dev Status UNMAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package supports a ultra sonic sensor using an FPGA board (ZedBoard Xilinx).

Additional Links

Maintainers

  • Kazushi Yamashina
  • Takeshi Ohkawa

Authors

  • Kazushi Yamashina

openreroc_motion_sensor

OpenReroc (Open Reconfigurable Robot Component) is a project to build an open source platform of reconfigurable (i.e. FPGA) devices for robot components.
This package supports ultra sonic sensor an FPGA board (ZedBoard Xilinx). openreroc_motion_sensor publishes sensor data to the topic.

Git: https://github.com/Kumikomi/openreroc_motion_sensor
Author: Kazushi Yamashina (Utsunomiya University)
Copyright: 2015, Kazushi Yamashina, Utsunomiya University
License: new BSD License
Latest Version: 0.1.0

Directry tree

openreroc_motion_sensor 
|-include/ 
|-msg/ 
|-hardware
	|-src/
    |-image/
|-src/ 
|-CMakeLists.txt 
|-package.xml  
|-LICENSE.txt

Requirements

##Platform for ROS system

  • ZedBoard
  • xillinux-1.3c
  • Xillinux is used to communicate between FPGA logic and ARM processor. Xillinux is a platform for Zynq that is released by Xillybus Ltd. Linux (Ubuntu) OS runs on the ARM processor. Xillinux can access to FPGA logic through a specific device file.
  • ROS (hydro or groovy) please install on xillinux!
  • ssh server

##Software

  • ISE 14.7 (for hardware synthesis)

##Sensor

  • [PING))) Ultrasonic Distance Sensor 28015 Parallax Inc](https://www.parallax.com/product/28015)

How to build software

Please replace catkin_ws to your work space name.

cd ~/catkin_ws/src
git clone https://github.com/Kumikomi/openreroc_motion_sensor
cd ..
catkin_make 

Test Run

  1. Xillinux installation
    • http://xillybus.com/xillinux
  2. Hardware bitstream installation Please replace xillydemo.bit on the SD card with openreroc_pwm/hardware/image/openreroc_motion_sensor.bit

  3. Insert SD card & boot system

  4. Run sample nodes

terminal 1

cd ~/catkin_ws/
source devel/setup.bash
roscore &
rosrun openreroc_motion_sensor sample_output

terminal 2

cd ~/catkin_ws/
source devel/setup.bash
rosrun openreroc_motion_sensor openreroc_motion_sensor

How to build hardware

It’s too complex to describe all the necessary procedure to build hardware, so some hints are shown below. 1 : Place of Soruce code hardware/src
2 : Pin assignment: add the code below to xillydemo.ucf

```verilog NET led[0] LOC = V22 | IOSTANDARD = LVCMOS33; # LD4 NET led[1] LOC = W22 | IOSTANDARD = LVCMOS33; # LD5 NET led[2] LOC = U19 | IOSTANDARD = LVCMOS33; # LD6 NET led[3] LOC = U14 | IOSTANDARD = LVCMOS33; # LD7

NET PS_GPIO[7] LOC = K18 IOSTANDARD = LVCMOS33; # “FMC-LA05_N”
NET PS_GPIO[8] LOC = J18 IOSTANDARD = LVCMOS33; # “FMC-LA05_P”

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged openreroc_motion_sensor at Robotics Stack Exchange

No version for distro kilted showing jade. Known supported distros are highlighted in the buttons above.
Package symbol

openreroc_motion_sensor package from openreroc_motion_sensor repo

openreroc_motion_sensor

ROS Distro
jade

Package Summary

Tags No category tags.
Version 0.1.0
License New BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/Kumikomi/openreroc_motion_sensor.git
VCS Type git
VCS Version master
Last Updated 2018-05-23
Dev Status UNMAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package supports a ultra sonic sensor using an FPGA board (ZedBoard Xilinx).

Additional Links

Maintainers

  • Kazushi Yamashina
  • Takeshi Ohkawa

Authors

  • Kazushi Yamashina

openreroc_motion_sensor

OpenReroc (Open Reconfigurable Robot Component) is a project to build an open source platform of reconfigurable (i.e. FPGA) devices for robot components.
This package supports ultra sonic sensor an FPGA board (ZedBoard Xilinx). openreroc_motion_sensor publishes sensor data to the topic.

Git: https://github.com/Kumikomi/openreroc_motion_sensor
Author: Kazushi Yamashina (Utsunomiya University)
Copyright: 2015, Kazushi Yamashina, Utsunomiya University
License: new BSD License
Latest Version: 0.1.0

Directry tree

openreroc_motion_sensor 
|-include/ 
|-msg/ 
|-hardware
	|-src/
    |-image/
|-src/ 
|-CMakeLists.txt 
|-package.xml  
|-LICENSE.txt

Requirements

##Platform for ROS system

  • ZedBoard
  • xillinux-1.3c
  • Xillinux is used to communicate between FPGA logic and ARM processor. Xillinux is a platform for Zynq that is released by Xillybus Ltd. Linux (Ubuntu) OS runs on the ARM processor. Xillinux can access to FPGA logic through a specific device file.
  • ROS (hydro or groovy) please install on xillinux!
  • ssh server

##Software

  • ISE 14.7 (for hardware synthesis)

##Sensor

  • [PING))) Ultrasonic Distance Sensor 28015 Parallax Inc](https://www.parallax.com/product/28015)

How to build software

Please replace catkin_ws to your work space name.

cd ~/catkin_ws/src
git clone https://github.com/Kumikomi/openreroc_motion_sensor
cd ..
catkin_make 

Test Run

  1. Xillinux installation
    • http://xillybus.com/xillinux
  2. Hardware bitstream installation Please replace xillydemo.bit on the SD card with openreroc_pwm/hardware/image/openreroc_motion_sensor.bit

  3. Insert SD card & boot system

  4. Run sample nodes

terminal 1

cd ~/catkin_ws/
source devel/setup.bash
roscore &
rosrun openreroc_motion_sensor sample_output

terminal 2

cd ~/catkin_ws/
source devel/setup.bash
rosrun openreroc_motion_sensor openreroc_motion_sensor

How to build hardware

It’s too complex to describe all the necessary procedure to build hardware, so some hints are shown below. 1 : Place of Soruce code hardware/src
2 : Pin assignment: add the code below to xillydemo.ucf

```verilog NET led[0] LOC = V22 | IOSTANDARD = LVCMOS33; # LD4 NET led[1] LOC = W22 | IOSTANDARD = LVCMOS33; # LD5 NET led[2] LOC = U19 | IOSTANDARD = LVCMOS33; # LD6 NET led[3] LOC = U14 | IOSTANDARD = LVCMOS33; # LD7

NET PS_GPIO[7] LOC = K18 IOSTANDARD = LVCMOS33; # “FMC-LA05_N”
NET PS_GPIO[8] LOC = J18 IOSTANDARD = LVCMOS33; # “FMC-LA05_P”

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged openreroc_motion_sensor at Robotics Stack Exchange

No version for distro rolling showing jade. Known supported distros are highlighted in the buttons above.
Package symbol

openreroc_motion_sensor package from openreroc_motion_sensor repo

openreroc_motion_sensor

ROS Distro
jade

Package Summary

Tags No category tags.
Version 0.1.0
License New BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/Kumikomi/openreroc_motion_sensor.git
VCS Type git
VCS Version master
Last Updated 2018-05-23
Dev Status UNMAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package supports a ultra sonic sensor using an FPGA board (ZedBoard Xilinx).

Additional Links

Maintainers

  • Kazushi Yamashina
  • Takeshi Ohkawa

Authors

  • Kazushi Yamashina

openreroc_motion_sensor

OpenReroc (Open Reconfigurable Robot Component) is a project to build an open source platform of reconfigurable (i.e. FPGA) devices for robot components.
This package supports ultra sonic sensor an FPGA board (ZedBoard Xilinx). openreroc_motion_sensor publishes sensor data to the topic.

Git: https://github.com/Kumikomi/openreroc_motion_sensor
Author: Kazushi Yamashina (Utsunomiya University)
Copyright: 2015, Kazushi Yamashina, Utsunomiya University
License: new BSD License
Latest Version: 0.1.0

Directry tree

openreroc_motion_sensor 
|-include/ 
|-msg/ 
|-hardware
	|-src/
    |-image/
|-src/ 
|-CMakeLists.txt 
|-package.xml  
|-LICENSE.txt

Requirements

##Platform for ROS system

  • ZedBoard
  • xillinux-1.3c
  • Xillinux is used to communicate between FPGA logic and ARM processor. Xillinux is a platform for Zynq that is released by Xillybus Ltd. Linux (Ubuntu) OS runs on the ARM processor. Xillinux can access to FPGA logic through a specific device file.
  • ROS (hydro or groovy) please install on xillinux!
  • ssh server

##Software

  • ISE 14.7 (for hardware synthesis)

##Sensor

  • [PING))) Ultrasonic Distance Sensor 28015 Parallax Inc](https://www.parallax.com/product/28015)

How to build software

Please replace catkin_ws to your work space name.

cd ~/catkin_ws/src
git clone https://github.com/Kumikomi/openreroc_motion_sensor
cd ..
catkin_make 

Test Run

  1. Xillinux installation
    • http://xillybus.com/xillinux
  2. Hardware bitstream installation Please replace xillydemo.bit on the SD card with openreroc_pwm/hardware/image/openreroc_motion_sensor.bit

  3. Insert SD card & boot system

  4. Run sample nodes

terminal 1

cd ~/catkin_ws/
source devel/setup.bash
roscore &
rosrun openreroc_motion_sensor sample_output

terminal 2

cd ~/catkin_ws/
source devel/setup.bash
rosrun openreroc_motion_sensor openreroc_motion_sensor

How to build hardware

It’s too complex to describe all the necessary procedure to build hardware, so some hints are shown below. 1 : Place of Soruce code hardware/src
2 : Pin assignment: add the code below to xillydemo.ucf

```verilog NET led[0] LOC = V22 | IOSTANDARD = LVCMOS33; # LD4 NET led[1] LOC = W22 | IOSTANDARD = LVCMOS33; # LD5 NET led[2] LOC = U19 | IOSTANDARD = LVCMOS33; # LD6 NET led[3] LOC = U14 | IOSTANDARD = LVCMOS33; # LD7

NET PS_GPIO[7] LOC = K18 IOSTANDARD = LVCMOS33; # “FMC-LA05_N”
NET PS_GPIO[8] LOC = J18 IOSTANDARD = LVCMOS33; # “FMC-LA05_P”

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged openreroc_motion_sensor at Robotics Stack Exchange

No version for distro ardent showing jade. Known supported distros are highlighted in the buttons above.
Package symbol

openreroc_motion_sensor package from openreroc_motion_sensor repo

openreroc_motion_sensor

ROS Distro
jade

Package Summary

Tags No category tags.
Version 0.1.0
License New BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/Kumikomi/openreroc_motion_sensor.git
VCS Type git
VCS Version master
Last Updated 2018-05-23
Dev Status UNMAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package supports a ultra sonic sensor using an FPGA board (ZedBoard Xilinx).

Additional Links

Maintainers

  • Kazushi Yamashina
  • Takeshi Ohkawa

Authors

  • Kazushi Yamashina

openreroc_motion_sensor

OpenReroc (Open Reconfigurable Robot Component) is a project to build an open source platform of reconfigurable (i.e. FPGA) devices for robot components.
This package supports ultra sonic sensor an FPGA board (ZedBoard Xilinx). openreroc_motion_sensor publishes sensor data to the topic.

Git: https://github.com/Kumikomi/openreroc_motion_sensor
Author: Kazushi Yamashina (Utsunomiya University)
Copyright: 2015, Kazushi Yamashina, Utsunomiya University
License: new BSD License
Latest Version: 0.1.0

Directry tree

openreroc_motion_sensor 
|-include/ 
|-msg/ 
|-hardware
	|-src/
    |-image/
|-src/ 
|-CMakeLists.txt 
|-package.xml  
|-LICENSE.txt

Requirements

##Platform for ROS system

  • ZedBoard
  • xillinux-1.3c
  • Xillinux is used to communicate between FPGA logic and ARM processor. Xillinux is a platform for Zynq that is released by Xillybus Ltd. Linux (Ubuntu) OS runs on the ARM processor. Xillinux can access to FPGA logic through a specific device file.
  • ROS (hydro or groovy) please install on xillinux!
  • ssh server

##Software

  • ISE 14.7 (for hardware synthesis)

##Sensor

  • [PING))) Ultrasonic Distance Sensor 28015 Parallax Inc](https://www.parallax.com/product/28015)

How to build software

Please replace catkin_ws to your work space name.

cd ~/catkin_ws/src
git clone https://github.com/Kumikomi/openreroc_motion_sensor
cd ..
catkin_make 

Test Run

  1. Xillinux installation
    • http://xillybus.com/xillinux
  2. Hardware bitstream installation Please replace xillydemo.bit on the SD card with openreroc_pwm/hardware/image/openreroc_motion_sensor.bit

  3. Insert SD card & boot system

  4. Run sample nodes

terminal 1

cd ~/catkin_ws/
source devel/setup.bash
roscore &
rosrun openreroc_motion_sensor sample_output

terminal 2

cd ~/catkin_ws/
source devel/setup.bash
rosrun openreroc_motion_sensor openreroc_motion_sensor

How to build hardware

It’s too complex to describe all the necessary procedure to build hardware, so some hints are shown below. 1 : Place of Soruce code hardware/src
2 : Pin assignment: add the code below to xillydemo.ucf

```verilog NET led[0] LOC = V22 | IOSTANDARD = LVCMOS33; # LD4 NET led[1] LOC = W22 | IOSTANDARD = LVCMOS33; # LD5 NET led[2] LOC = U19 | IOSTANDARD = LVCMOS33; # LD6 NET led[3] LOC = U14 | IOSTANDARD = LVCMOS33; # LD7

NET PS_GPIO[7] LOC = K18 IOSTANDARD = LVCMOS33; # “FMC-LA05_N”
NET PS_GPIO[8] LOC = J18 IOSTANDARD = LVCMOS33; # “FMC-LA05_P”

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged openreroc_motion_sensor at Robotics Stack Exchange

No version for distro bouncy showing jade. Known supported distros are highlighted in the buttons above.
Package symbol

openreroc_motion_sensor package from openreroc_motion_sensor repo

openreroc_motion_sensor

ROS Distro
jade

Package Summary

Tags No category tags.
Version 0.1.0
License New BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/Kumikomi/openreroc_motion_sensor.git
VCS Type git
VCS Version master
Last Updated 2018-05-23
Dev Status UNMAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package supports a ultra sonic sensor using an FPGA board (ZedBoard Xilinx).

Additional Links

Maintainers

  • Kazushi Yamashina
  • Takeshi Ohkawa

Authors

  • Kazushi Yamashina

openreroc_motion_sensor

OpenReroc (Open Reconfigurable Robot Component) is a project to build an open source platform of reconfigurable (i.e. FPGA) devices for robot components.
This package supports ultra sonic sensor an FPGA board (ZedBoard Xilinx). openreroc_motion_sensor publishes sensor data to the topic.

Git: https://github.com/Kumikomi/openreroc_motion_sensor
Author: Kazushi Yamashina (Utsunomiya University)
Copyright: 2015, Kazushi Yamashina, Utsunomiya University
License: new BSD License
Latest Version: 0.1.0

Directry tree

openreroc_motion_sensor 
|-include/ 
|-msg/ 
|-hardware
	|-src/
    |-image/
|-src/ 
|-CMakeLists.txt 
|-package.xml  
|-LICENSE.txt

Requirements

##Platform for ROS system

  • ZedBoard
  • xillinux-1.3c
  • Xillinux is used to communicate between FPGA logic and ARM processor. Xillinux is a platform for Zynq that is released by Xillybus Ltd. Linux (Ubuntu) OS runs on the ARM processor. Xillinux can access to FPGA logic through a specific device file.
  • ROS (hydro or groovy) please install on xillinux!
  • ssh server

##Software

  • ISE 14.7 (for hardware synthesis)

##Sensor

  • [PING))) Ultrasonic Distance Sensor 28015 Parallax Inc](https://www.parallax.com/product/28015)

How to build software

Please replace catkin_ws to your work space name.

cd ~/catkin_ws/src
git clone https://github.com/Kumikomi/openreroc_motion_sensor
cd ..
catkin_make 

Test Run

  1. Xillinux installation
    • http://xillybus.com/xillinux
  2. Hardware bitstream installation Please replace xillydemo.bit on the SD card with openreroc_pwm/hardware/image/openreroc_motion_sensor.bit

  3. Insert SD card & boot system

  4. Run sample nodes

terminal 1

cd ~/catkin_ws/
source devel/setup.bash
roscore &
rosrun openreroc_motion_sensor sample_output

terminal 2

cd ~/catkin_ws/
source devel/setup.bash
rosrun openreroc_motion_sensor openreroc_motion_sensor

How to build hardware

It’s too complex to describe all the necessary procedure to build hardware, so some hints are shown below. 1 : Place of Soruce code hardware/src
2 : Pin assignment: add the code below to xillydemo.ucf

```verilog NET led[0] LOC = V22 | IOSTANDARD = LVCMOS33; # LD4 NET led[1] LOC = W22 | IOSTANDARD = LVCMOS33; # LD5 NET led[2] LOC = U19 | IOSTANDARD = LVCMOS33; # LD6 NET led[3] LOC = U14 | IOSTANDARD = LVCMOS33; # LD7

NET PS_GPIO[7] LOC = K18 IOSTANDARD = LVCMOS33; # “FMC-LA05_N”
NET PS_GPIO[8] LOC = J18 IOSTANDARD = LVCMOS33; # “FMC-LA05_P”

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged openreroc_motion_sensor at Robotics Stack Exchange

No version for distro crystal showing jade. Known supported distros are highlighted in the buttons above.
Package symbol

openreroc_motion_sensor package from openreroc_motion_sensor repo

openreroc_motion_sensor

ROS Distro
jade

Package Summary

Tags No category tags.
Version 0.1.0
License New BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/Kumikomi/openreroc_motion_sensor.git
VCS Type git
VCS Version master
Last Updated 2018-05-23
Dev Status UNMAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package supports a ultra sonic sensor using an FPGA board (ZedBoard Xilinx).

Additional Links

Maintainers

  • Kazushi Yamashina
  • Takeshi Ohkawa

Authors

  • Kazushi Yamashina

openreroc_motion_sensor

OpenReroc (Open Reconfigurable Robot Component) is a project to build an open source platform of reconfigurable (i.e. FPGA) devices for robot components.
This package supports ultra sonic sensor an FPGA board (ZedBoard Xilinx). openreroc_motion_sensor publishes sensor data to the topic.

Git: https://github.com/Kumikomi/openreroc_motion_sensor
Author: Kazushi Yamashina (Utsunomiya University)
Copyright: 2015, Kazushi Yamashina, Utsunomiya University
License: new BSD License
Latest Version: 0.1.0

Directry tree

openreroc_motion_sensor 
|-include/ 
|-msg/ 
|-hardware
	|-src/
    |-image/
|-src/ 
|-CMakeLists.txt 
|-package.xml  
|-LICENSE.txt

Requirements

##Platform for ROS system

  • ZedBoard
  • xillinux-1.3c
  • Xillinux is used to communicate between FPGA logic and ARM processor. Xillinux is a platform for Zynq that is released by Xillybus Ltd. Linux (Ubuntu) OS runs on the ARM processor. Xillinux can access to FPGA logic through a specific device file.
  • ROS (hydro or groovy) please install on xillinux!
  • ssh server

##Software

  • ISE 14.7 (for hardware synthesis)

##Sensor

  • [PING))) Ultrasonic Distance Sensor 28015 Parallax Inc](https://www.parallax.com/product/28015)

How to build software

Please replace catkin_ws to your work space name.

cd ~/catkin_ws/src
git clone https://github.com/Kumikomi/openreroc_motion_sensor
cd ..
catkin_make 

Test Run

  1. Xillinux installation
    • http://xillybus.com/xillinux
  2. Hardware bitstream installation Please replace xillydemo.bit on the SD card with openreroc_pwm/hardware/image/openreroc_motion_sensor.bit

  3. Insert SD card & boot system

  4. Run sample nodes

terminal 1

cd ~/catkin_ws/
source devel/setup.bash
roscore &
rosrun openreroc_motion_sensor sample_output

terminal 2

cd ~/catkin_ws/
source devel/setup.bash
rosrun openreroc_motion_sensor openreroc_motion_sensor

How to build hardware

It’s too complex to describe all the necessary procedure to build hardware, so some hints are shown below. 1 : Place of Soruce code hardware/src
2 : Pin assignment: add the code below to xillydemo.ucf

```verilog NET led[0] LOC = V22 | IOSTANDARD = LVCMOS33; # LD4 NET led[1] LOC = W22 | IOSTANDARD = LVCMOS33; # LD5 NET led[2] LOC = U19 | IOSTANDARD = LVCMOS33; # LD6 NET led[3] LOC = U14 | IOSTANDARD = LVCMOS33; # LD7

NET PS_GPIO[7] LOC = K18 IOSTANDARD = LVCMOS33; # “FMC-LA05_N”
NET PS_GPIO[8] LOC = J18 IOSTANDARD = LVCMOS33; # “FMC-LA05_P”

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged openreroc_motion_sensor at Robotics Stack Exchange

No version for distro eloquent showing jade. Known supported distros are highlighted in the buttons above.
Package symbol

openreroc_motion_sensor package from openreroc_motion_sensor repo

openreroc_motion_sensor

ROS Distro
jade

Package Summary

Tags No category tags.
Version 0.1.0
License New BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/Kumikomi/openreroc_motion_sensor.git
VCS Type git
VCS Version master
Last Updated 2018-05-23
Dev Status UNMAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package supports a ultra sonic sensor using an FPGA board (ZedBoard Xilinx).

Additional Links

Maintainers

  • Kazushi Yamashina
  • Takeshi Ohkawa

Authors

  • Kazushi Yamashina

openreroc_motion_sensor

OpenReroc (Open Reconfigurable Robot Component) is a project to build an open source platform of reconfigurable (i.e. FPGA) devices for robot components.
This package supports ultra sonic sensor an FPGA board (ZedBoard Xilinx). openreroc_motion_sensor publishes sensor data to the topic.

Git: https://github.com/Kumikomi/openreroc_motion_sensor
Author: Kazushi Yamashina (Utsunomiya University)
Copyright: 2015, Kazushi Yamashina, Utsunomiya University
License: new BSD License
Latest Version: 0.1.0

Directry tree

openreroc_motion_sensor 
|-include/ 
|-msg/ 
|-hardware
	|-src/
    |-image/
|-src/ 
|-CMakeLists.txt 
|-package.xml  
|-LICENSE.txt

Requirements

##Platform for ROS system

  • ZedBoard
  • xillinux-1.3c
  • Xillinux is used to communicate between FPGA logic and ARM processor. Xillinux is a platform for Zynq that is released by Xillybus Ltd. Linux (Ubuntu) OS runs on the ARM processor. Xillinux can access to FPGA logic through a specific device file.
  • ROS (hydro or groovy) please install on xillinux!
  • ssh server

##Software

  • ISE 14.7 (for hardware synthesis)

##Sensor

  • [PING))) Ultrasonic Distance Sensor 28015 Parallax Inc](https://www.parallax.com/product/28015)

How to build software

Please replace catkin_ws to your work space name.

cd ~/catkin_ws/src
git clone https://github.com/Kumikomi/openreroc_motion_sensor
cd ..
catkin_make 

Test Run

  1. Xillinux installation
    • http://xillybus.com/xillinux
  2. Hardware bitstream installation Please replace xillydemo.bit on the SD card with openreroc_pwm/hardware/image/openreroc_motion_sensor.bit

  3. Insert SD card & boot system

  4. Run sample nodes

terminal 1

cd ~/catkin_ws/
source devel/setup.bash
roscore &
rosrun openreroc_motion_sensor sample_output

terminal 2

cd ~/catkin_ws/
source devel/setup.bash
rosrun openreroc_motion_sensor openreroc_motion_sensor

How to build hardware

It’s too complex to describe all the necessary procedure to build hardware, so some hints are shown below. 1 : Place of Soruce code hardware/src
2 : Pin assignment: add the code below to xillydemo.ucf

```verilog NET led[0] LOC = V22 | IOSTANDARD = LVCMOS33; # LD4 NET led[1] LOC = W22 | IOSTANDARD = LVCMOS33; # LD5 NET led[2] LOC = U19 | IOSTANDARD = LVCMOS33; # LD6 NET led[3] LOC = U14 | IOSTANDARD = LVCMOS33; # LD7

NET PS_GPIO[7] LOC = K18 IOSTANDARD = LVCMOS33; # “FMC-LA05_N”
NET PS_GPIO[8] LOC = J18 IOSTANDARD = LVCMOS33; # “FMC-LA05_P”

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged openreroc_motion_sensor at Robotics Stack Exchange

No version for distro dashing showing jade. Known supported distros are highlighted in the buttons above.
Package symbol

openreroc_motion_sensor package from openreroc_motion_sensor repo

openreroc_motion_sensor

ROS Distro
jade

Package Summary

Tags No category tags.
Version 0.1.0
License New BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/Kumikomi/openreroc_motion_sensor.git
VCS Type git
VCS Version master
Last Updated 2018-05-23
Dev Status UNMAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package supports a ultra sonic sensor using an FPGA board (ZedBoard Xilinx).

Additional Links

Maintainers

  • Kazushi Yamashina
  • Takeshi Ohkawa

Authors

  • Kazushi Yamashina

openreroc_motion_sensor

OpenReroc (Open Reconfigurable Robot Component) is a project to build an open source platform of reconfigurable (i.e. FPGA) devices for robot components.
This package supports ultra sonic sensor an FPGA board (ZedBoard Xilinx). openreroc_motion_sensor publishes sensor data to the topic.

Git: https://github.com/Kumikomi/openreroc_motion_sensor
Author: Kazushi Yamashina (Utsunomiya University)
Copyright: 2015, Kazushi Yamashina, Utsunomiya University
License: new BSD License
Latest Version: 0.1.0

Directry tree

openreroc_motion_sensor 
|-include/ 
|-msg/ 
|-hardware
	|-src/
    |-image/
|-src/ 
|-CMakeLists.txt 
|-package.xml  
|-LICENSE.txt

Requirements

##Platform for ROS system

  • ZedBoard
  • xillinux-1.3c
  • Xillinux is used to communicate between FPGA logic and ARM processor. Xillinux is a platform for Zynq that is released by Xillybus Ltd. Linux (Ubuntu) OS runs on the ARM processor. Xillinux can access to FPGA logic through a specific device file.
  • ROS (hydro or groovy) please install on xillinux!
  • ssh server

##Software

  • ISE 14.7 (for hardware synthesis)

##Sensor

  • [PING))) Ultrasonic Distance Sensor 28015 Parallax Inc](https://www.parallax.com/product/28015)

How to build software

Please replace catkin_ws to your work space name.

cd ~/catkin_ws/src
git clone https://github.com/Kumikomi/openreroc_motion_sensor
cd ..
catkin_make 

Test Run

  1. Xillinux installation
    • http://xillybus.com/xillinux
  2. Hardware bitstream installation Please replace xillydemo.bit on the SD card with openreroc_pwm/hardware/image/openreroc_motion_sensor.bit

  3. Insert SD card & boot system

  4. Run sample nodes

terminal 1

cd ~/catkin_ws/
source devel/setup.bash
roscore &
rosrun openreroc_motion_sensor sample_output

terminal 2

cd ~/catkin_ws/
source devel/setup.bash
rosrun openreroc_motion_sensor openreroc_motion_sensor

How to build hardware

It’s too complex to describe all the necessary procedure to build hardware, so some hints are shown below. 1 : Place of Soruce code hardware/src
2 : Pin assignment: add the code below to xillydemo.ucf

```verilog NET led[0] LOC = V22 | IOSTANDARD = LVCMOS33; # LD4 NET led[1] LOC = W22 | IOSTANDARD = LVCMOS33; # LD5 NET led[2] LOC = U19 | IOSTANDARD = LVCMOS33; # LD6 NET led[3] LOC = U14 | IOSTANDARD = LVCMOS33; # LD7

NET PS_GPIO[7] LOC = K18 IOSTANDARD = LVCMOS33; # “FMC-LA05_N”
NET PS_GPIO[8] LOC = J18 IOSTANDARD = LVCMOS33; # “FMC-LA05_P”

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged openreroc_motion_sensor at Robotics Stack Exchange

No version for distro galactic showing jade. Known supported distros are highlighted in the buttons above.
Package symbol

openreroc_motion_sensor package from openreroc_motion_sensor repo

openreroc_motion_sensor

ROS Distro
jade

Package Summary

Tags No category tags.
Version 0.1.0
License New BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/Kumikomi/openreroc_motion_sensor.git
VCS Type git
VCS Version master
Last Updated 2018-05-23
Dev Status UNMAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package supports a ultra sonic sensor using an FPGA board (ZedBoard Xilinx).

Additional Links

Maintainers

  • Kazushi Yamashina
  • Takeshi Ohkawa

Authors

  • Kazushi Yamashina

openreroc_motion_sensor

OpenReroc (Open Reconfigurable Robot Component) is a project to build an open source platform of reconfigurable (i.e. FPGA) devices for robot components.
This package supports ultra sonic sensor an FPGA board (ZedBoard Xilinx). openreroc_motion_sensor publishes sensor data to the topic.

Git: https://github.com/Kumikomi/openreroc_motion_sensor
Author: Kazushi Yamashina (Utsunomiya University)
Copyright: 2015, Kazushi Yamashina, Utsunomiya University
License: new BSD License
Latest Version: 0.1.0

Directry tree

openreroc_motion_sensor 
|-include/ 
|-msg/ 
|-hardware
	|-src/
    |-image/
|-src/ 
|-CMakeLists.txt 
|-package.xml  
|-LICENSE.txt

Requirements

##Platform for ROS system

  • ZedBoard
  • xillinux-1.3c
  • Xillinux is used to communicate between FPGA logic and ARM processor. Xillinux is a platform for Zynq that is released by Xillybus Ltd. Linux (Ubuntu) OS runs on the ARM processor. Xillinux can access to FPGA logic through a specific device file.
  • ROS (hydro or groovy) please install on xillinux!
  • ssh server

##Software

  • ISE 14.7 (for hardware synthesis)

##Sensor

  • [PING))) Ultrasonic Distance Sensor 28015 Parallax Inc](https://www.parallax.com/product/28015)

How to build software

Please replace catkin_ws to your work space name.

cd ~/catkin_ws/src
git clone https://github.com/Kumikomi/openreroc_motion_sensor
cd ..
catkin_make 

Test Run

  1. Xillinux installation
    • http://xillybus.com/xillinux
  2. Hardware bitstream installation Please replace xillydemo.bit on the SD card with openreroc_pwm/hardware/image/openreroc_motion_sensor.bit

  3. Insert SD card & boot system

  4. Run sample nodes

terminal 1

cd ~/catkin_ws/
source devel/setup.bash
roscore &
rosrun openreroc_motion_sensor sample_output

terminal 2

cd ~/catkin_ws/
source devel/setup.bash
rosrun openreroc_motion_sensor openreroc_motion_sensor

How to build hardware

It’s too complex to describe all the necessary procedure to build hardware, so some hints are shown below. 1 : Place of Soruce code hardware/src
2 : Pin assignment: add the code below to xillydemo.ucf

```verilog NET led[0] LOC = V22 | IOSTANDARD = LVCMOS33; # LD4 NET led[1] LOC = W22 | IOSTANDARD = LVCMOS33; # LD5 NET led[2] LOC = U19 | IOSTANDARD = LVCMOS33; # LD6 NET led[3] LOC = U14 | IOSTANDARD = LVCMOS33; # LD7

NET PS_GPIO[7] LOC = K18 IOSTANDARD = LVCMOS33; # “FMC-LA05_N”
NET PS_GPIO[8] LOC = J18 IOSTANDARD = LVCMOS33; # “FMC-LA05_P”

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged openreroc_motion_sensor at Robotics Stack Exchange

No version for distro foxy showing jade. Known supported distros are highlighted in the buttons above.
Package symbol

openreroc_motion_sensor package from openreroc_motion_sensor repo

openreroc_motion_sensor

ROS Distro
jade

Package Summary

Tags No category tags.
Version 0.1.0
License New BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/Kumikomi/openreroc_motion_sensor.git
VCS Type git
VCS Version master
Last Updated 2018-05-23
Dev Status UNMAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package supports a ultra sonic sensor using an FPGA board (ZedBoard Xilinx).

Additional Links

Maintainers

  • Kazushi Yamashina
  • Takeshi Ohkawa

Authors

  • Kazushi Yamashina

openreroc_motion_sensor

OpenReroc (Open Reconfigurable Robot Component) is a project to build an open source platform of reconfigurable (i.e. FPGA) devices for robot components.
This package supports ultra sonic sensor an FPGA board (ZedBoard Xilinx). openreroc_motion_sensor publishes sensor data to the topic.

Git: https://github.com/Kumikomi/openreroc_motion_sensor
Author: Kazushi Yamashina (Utsunomiya University)
Copyright: 2015, Kazushi Yamashina, Utsunomiya University
License: new BSD License
Latest Version: 0.1.0

Directry tree

openreroc_motion_sensor 
|-include/ 
|-msg/ 
|-hardware
	|-src/
    |-image/
|-src/ 
|-CMakeLists.txt 
|-package.xml  
|-LICENSE.txt

Requirements

##Platform for ROS system

  • ZedBoard
  • xillinux-1.3c
  • Xillinux is used to communicate between FPGA logic and ARM processor. Xillinux is a platform for Zynq that is released by Xillybus Ltd. Linux (Ubuntu) OS runs on the ARM processor. Xillinux can access to FPGA logic through a specific device file.
  • ROS (hydro or groovy) please install on xillinux!
  • ssh server

##Software

  • ISE 14.7 (for hardware synthesis)

##Sensor

  • [PING))) Ultrasonic Distance Sensor 28015 Parallax Inc](https://www.parallax.com/product/28015)

How to build software

Please replace catkin_ws to your work space name.

cd ~/catkin_ws/src
git clone https://github.com/Kumikomi/openreroc_motion_sensor
cd ..
catkin_make 

Test Run

  1. Xillinux installation
    • http://xillybus.com/xillinux
  2. Hardware bitstream installation Please replace xillydemo.bit on the SD card with openreroc_pwm/hardware/image/openreroc_motion_sensor.bit

  3. Insert SD card & boot system

  4. Run sample nodes

terminal 1

cd ~/catkin_ws/
source devel/setup.bash
roscore &
rosrun openreroc_motion_sensor sample_output

terminal 2

cd ~/catkin_ws/
source devel/setup.bash
rosrun openreroc_motion_sensor openreroc_motion_sensor

How to build hardware

It’s too complex to describe all the necessary procedure to build hardware, so some hints are shown below. 1 : Place of Soruce code hardware/src
2 : Pin assignment: add the code below to xillydemo.ucf

```verilog NET led[0] LOC = V22 | IOSTANDARD = LVCMOS33; # LD4 NET led[1] LOC = W22 | IOSTANDARD = LVCMOS33; # LD5 NET led[2] LOC = U19 | IOSTANDARD = LVCMOS33; # LD6 NET led[3] LOC = U14 | IOSTANDARD = LVCMOS33; # LD7

NET PS_GPIO[7] LOC = K18 IOSTANDARD = LVCMOS33; # “FMC-LA05_N”
NET PS_GPIO[8] LOC = J18 IOSTANDARD = LVCMOS33; # “FMC-LA05_P”

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged openreroc_motion_sensor at Robotics Stack Exchange

No version for distro iron showing jade. Known supported distros are highlighted in the buttons above.
Package symbol

openreroc_motion_sensor package from openreroc_motion_sensor repo

openreroc_motion_sensor

ROS Distro
jade

Package Summary

Tags No category tags.
Version 0.1.0
License New BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/Kumikomi/openreroc_motion_sensor.git
VCS Type git
VCS Version master
Last Updated 2018-05-23
Dev Status UNMAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package supports a ultra sonic sensor using an FPGA board (ZedBoard Xilinx).

Additional Links

Maintainers

  • Kazushi Yamashina
  • Takeshi Ohkawa

Authors

  • Kazushi Yamashina

openreroc_motion_sensor

OpenReroc (Open Reconfigurable Robot Component) is a project to build an open source platform of reconfigurable (i.e. FPGA) devices for robot components.
This package supports ultra sonic sensor an FPGA board (ZedBoard Xilinx). openreroc_motion_sensor publishes sensor data to the topic.

Git: https://github.com/Kumikomi/openreroc_motion_sensor
Author: Kazushi Yamashina (Utsunomiya University)
Copyright: 2015, Kazushi Yamashina, Utsunomiya University
License: new BSD License
Latest Version: 0.1.0

Directry tree

openreroc_motion_sensor 
|-include/ 
|-msg/ 
|-hardware
	|-src/
    |-image/
|-src/ 
|-CMakeLists.txt 
|-package.xml  
|-LICENSE.txt

Requirements

##Platform for ROS system

  • ZedBoard
  • xillinux-1.3c
  • Xillinux is used to communicate between FPGA logic and ARM processor. Xillinux is a platform for Zynq that is released by Xillybus Ltd. Linux (Ubuntu) OS runs on the ARM processor. Xillinux can access to FPGA logic through a specific device file.
  • ROS (hydro or groovy) please install on xillinux!
  • ssh server

##Software

  • ISE 14.7 (for hardware synthesis)

##Sensor

  • [PING))) Ultrasonic Distance Sensor 28015 Parallax Inc](https://www.parallax.com/product/28015)

How to build software

Please replace catkin_ws to your work space name.

cd ~/catkin_ws/src
git clone https://github.com/Kumikomi/openreroc_motion_sensor
cd ..
catkin_make 

Test Run

  1. Xillinux installation
    • http://xillybus.com/xillinux
  2. Hardware bitstream installation Please replace xillydemo.bit on the SD card with openreroc_pwm/hardware/image/openreroc_motion_sensor.bit

  3. Insert SD card & boot system

  4. Run sample nodes

terminal 1

cd ~/catkin_ws/
source devel/setup.bash
roscore &
rosrun openreroc_motion_sensor sample_output

terminal 2

cd ~/catkin_ws/
source devel/setup.bash
rosrun openreroc_motion_sensor openreroc_motion_sensor

How to build hardware

It’s too complex to describe all the necessary procedure to build hardware, so some hints are shown below. 1 : Place of Soruce code hardware/src
2 : Pin assignment: add the code below to xillydemo.ucf

```verilog NET led[0] LOC = V22 | IOSTANDARD = LVCMOS33; # LD4 NET led[1] LOC = W22 | IOSTANDARD = LVCMOS33; # LD5 NET led[2] LOC = U19 | IOSTANDARD = LVCMOS33; # LD6 NET led[3] LOC = U14 | IOSTANDARD = LVCMOS33; # LD7

NET PS_GPIO[7] LOC = K18 IOSTANDARD = LVCMOS33; # “FMC-LA05_N”
NET PS_GPIO[8] LOC = J18 IOSTANDARD = LVCMOS33; # “FMC-LA05_P”

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged openreroc_motion_sensor at Robotics Stack Exchange

No version for distro lunar showing jade. Known supported distros are highlighted in the buttons above.
Package symbol

openreroc_motion_sensor package from openreroc_motion_sensor repo

openreroc_motion_sensor

ROS Distro
jade

Package Summary

Tags No category tags.
Version 0.1.0
License New BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/Kumikomi/openreroc_motion_sensor.git
VCS Type git
VCS Version master
Last Updated 2018-05-23
Dev Status UNMAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package supports a ultra sonic sensor using an FPGA board (ZedBoard Xilinx).

Additional Links

Maintainers

  • Kazushi Yamashina
  • Takeshi Ohkawa

Authors

  • Kazushi Yamashina

openreroc_motion_sensor

OpenReroc (Open Reconfigurable Robot Component) is a project to build an open source platform of reconfigurable (i.e. FPGA) devices for robot components.
This package supports ultra sonic sensor an FPGA board (ZedBoard Xilinx). openreroc_motion_sensor publishes sensor data to the topic.

Git: https://github.com/Kumikomi/openreroc_motion_sensor
Author: Kazushi Yamashina (Utsunomiya University)
Copyright: 2015, Kazushi Yamashina, Utsunomiya University
License: new BSD License
Latest Version: 0.1.0

Directry tree

openreroc_motion_sensor 
|-include/ 
|-msg/ 
|-hardware
	|-src/
    |-image/
|-src/ 
|-CMakeLists.txt 
|-package.xml  
|-LICENSE.txt

Requirements

##Platform for ROS system

  • ZedBoard
  • xillinux-1.3c
  • Xillinux is used to communicate between FPGA logic and ARM processor. Xillinux is a platform for Zynq that is released by Xillybus Ltd. Linux (Ubuntu) OS runs on the ARM processor. Xillinux can access to FPGA logic through a specific device file.
  • ROS (hydro or groovy) please install on xillinux!
  • ssh server

##Software

  • ISE 14.7 (for hardware synthesis)

##Sensor

  • [PING))) Ultrasonic Distance Sensor 28015 Parallax Inc](https://www.parallax.com/product/28015)

How to build software

Please replace catkin_ws to your work space name.

cd ~/catkin_ws/src
git clone https://github.com/Kumikomi/openreroc_motion_sensor
cd ..
catkin_make 

Test Run

  1. Xillinux installation
    • http://xillybus.com/xillinux
  2. Hardware bitstream installation Please replace xillydemo.bit on the SD card with openreroc_pwm/hardware/image/openreroc_motion_sensor.bit

  3. Insert SD card & boot system

  4. Run sample nodes

terminal 1

cd ~/catkin_ws/
source devel/setup.bash
roscore &
rosrun openreroc_motion_sensor sample_output

terminal 2

cd ~/catkin_ws/
source devel/setup.bash
rosrun openreroc_motion_sensor openreroc_motion_sensor

How to build hardware

It’s too complex to describe all the necessary procedure to build hardware, so some hints are shown below. 1 : Place of Soruce code hardware/src
2 : Pin assignment: add the code below to xillydemo.ucf

```verilog NET led[0] LOC = V22 | IOSTANDARD = LVCMOS33; # LD4 NET led[1] LOC = W22 | IOSTANDARD = LVCMOS33; # LD5 NET led[2] LOC = U19 | IOSTANDARD = LVCMOS33; # LD6 NET led[3] LOC = U14 | IOSTANDARD = LVCMOS33; # LD7

NET PS_GPIO[7] LOC = K18 IOSTANDARD = LVCMOS33; # “FMC-LA05_N”
NET PS_GPIO[8] LOC = J18 IOSTANDARD = LVCMOS33; # “FMC-LA05_P”

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged openreroc_motion_sensor at Robotics Stack Exchange

Package symbol

openreroc_motion_sensor package from openreroc_motion_sensor repo

openreroc_motion_sensor

ROS Distro
jade

Package Summary

Tags No category tags.
Version 0.1.0
License New BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/Kumikomi/openreroc_motion_sensor.git
VCS Type git
VCS Version master
Last Updated 2018-05-23
Dev Status UNMAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package supports a ultra sonic sensor using an FPGA board (ZedBoard Xilinx).

Additional Links

Maintainers

  • Kazushi Yamashina
  • Takeshi Ohkawa

Authors

  • Kazushi Yamashina

openreroc_motion_sensor

OpenReroc (Open Reconfigurable Robot Component) is a project to build an open source platform of reconfigurable (i.e. FPGA) devices for robot components.
This package supports ultra sonic sensor an FPGA board (ZedBoard Xilinx). openreroc_motion_sensor publishes sensor data to the topic.

Git: https://github.com/Kumikomi/openreroc_motion_sensor
Author: Kazushi Yamashina (Utsunomiya University)
Copyright: 2015, Kazushi Yamashina, Utsunomiya University
License: new BSD License
Latest Version: 0.1.0

Directry tree

openreroc_motion_sensor 
|-include/ 
|-msg/ 
|-hardware
	|-src/
    |-image/
|-src/ 
|-CMakeLists.txt 
|-package.xml  
|-LICENSE.txt

Requirements

##Platform for ROS system

  • ZedBoard
  • xillinux-1.3c
  • Xillinux is used to communicate between FPGA logic and ARM processor. Xillinux is a platform for Zynq that is released by Xillybus Ltd. Linux (Ubuntu) OS runs on the ARM processor. Xillinux can access to FPGA logic through a specific device file.
  • ROS (hydro or groovy) please install on xillinux!
  • ssh server

##Software

  • ISE 14.7 (for hardware synthesis)

##Sensor

  • [PING))) Ultrasonic Distance Sensor 28015 Parallax Inc](https://www.parallax.com/product/28015)

How to build software

Please replace catkin_ws to your work space name.

cd ~/catkin_ws/src
git clone https://github.com/Kumikomi/openreroc_motion_sensor
cd ..
catkin_make 

Test Run

  1. Xillinux installation
    • http://xillybus.com/xillinux
  2. Hardware bitstream installation Please replace xillydemo.bit on the SD card with openreroc_pwm/hardware/image/openreroc_motion_sensor.bit

  3. Insert SD card & boot system

  4. Run sample nodes

terminal 1

cd ~/catkin_ws/
source devel/setup.bash
roscore &
rosrun openreroc_motion_sensor sample_output

terminal 2

cd ~/catkin_ws/
source devel/setup.bash
rosrun openreroc_motion_sensor openreroc_motion_sensor

How to build hardware

It’s too complex to describe all the necessary procedure to build hardware, so some hints are shown below. 1 : Place of Soruce code hardware/src
2 : Pin assignment: add the code below to xillydemo.ucf

```verilog NET led[0] LOC = V22 | IOSTANDARD = LVCMOS33; # LD4 NET led[1] LOC = W22 | IOSTANDARD = LVCMOS33; # LD5 NET led[2] LOC = U19 | IOSTANDARD = LVCMOS33; # LD6 NET led[3] LOC = U14 | IOSTANDARD = LVCMOS33; # LD7

NET PS_GPIO[7] LOC = K18 IOSTANDARD = LVCMOS33; # “FMC-LA05_N”
NET PS_GPIO[8] LOC = J18 IOSTANDARD = LVCMOS33; # “FMC-LA05_P”

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged openreroc_motion_sensor at Robotics Stack Exchange

Package symbol

openreroc_motion_sensor package from openreroc_motion_sensor repo

openreroc_motion_sensor

ROS Distro
indigo

Package Summary

Tags No category tags.
Version 0.1.0
License New BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/Kumikomi/openreroc_motion_sensor.git
VCS Type git
VCS Version master
Last Updated 2018-05-23
Dev Status UNMAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package supports a ultra sonic sensor using an FPGA board (ZedBoard Xilinx).

Additional Links

Maintainers

  • Kazushi Yamashina
  • Takeshi Ohkawa

Authors

  • Kazushi Yamashina

openreroc_motion_sensor

OpenReroc (Open Reconfigurable Robot Component) is a project to build an open source platform of reconfigurable (i.e. FPGA) devices for robot components.
This package supports ultra sonic sensor an FPGA board (ZedBoard Xilinx). openreroc_motion_sensor publishes sensor data to the topic.

Git: https://github.com/Kumikomi/openreroc_motion_sensor
Author: Kazushi Yamashina (Utsunomiya University)
Copyright: 2015, Kazushi Yamashina, Utsunomiya University
License: new BSD License
Latest Version: 0.1.0

Directry tree

openreroc_motion_sensor 
|-include/ 
|-msg/ 
|-hardware
	|-src/
    |-image/
|-src/ 
|-CMakeLists.txt 
|-package.xml  
|-LICENSE.txt

Requirements

##Platform for ROS system

  • ZedBoard
  • xillinux-1.3c
  • Xillinux is used to communicate between FPGA logic and ARM processor. Xillinux is a platform for Zynq that is released by Xillybus Ltd. Linux (Ubuntu) OS runs on the ARM processor. Xillinux can access to FPGA logic through a specific device file.
  • ROS (hydro or groovy) please install on xillinux!
  • ssh server

##Software

  • ISE 14.7 (for hardware synthesis)

##Sensor

  • [PING))) Ultrasonic Distance Sensor 28015 Parallax Inc](https://www.parallax.com/product/28015)

How to build software

Please replace catkin_ws to your work space name.

cd ~/catkin_ws/src
git clone https://github.com/Kumikomi/openreroc_motion_sensor
cd ..
catkin_make 

Test Run

  1. Xillinux installation
    • http://xillybus.com/xillinux
  2. Hardware bitstream installation Please replace xillydemo.bit on the SD card with openreroc_pwm/hardware/image/openreroc_motion_sensor.bit

  3. Insert SD card & boot system

  4. Run sample nodes

terminal 1

cd ~/catkin_ws/
source devel/setup.bash
roscore &
rosrun openreroc_motion_sensor sample_output

terminal 2

cd ~/catkin_ws/
source devel/setup.bash
rosrun openreroc_motion_sensor openreroc_motion_sensor

How to build hardware

It’s too complex to describe all the necessary procedure to build hardware, so some hints are shown below. 1 : Place of Soruce code hardware/src
2 : Pin assignment: add the code below to xillydemo.ucf

```verilog NET led[0] LOC = V22 | IOSTANDARD = LVCMOS33; # LD4 NET led[1] LOC = W22 | IOSTANDARD = LVCMOS33; # LD5 NET led[2] LOC = U19 | IOSTANDARD = LVCMOS33; # LD6 NET led[3] LOC = U14 | IOSTANDARD = LVCMOS33; # LD7

NET PS_GPIO[7] LOC = K18 IOSTANDARD = LVCMOS33; # “FMC-LA05_N”
NET PS_GPIO[8] LOC = J18 IOSTANDARD = LVCMOS33; # “FMC-LA05_P”

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged openreroc_motion_sensor at Robotics Stack Exchange

No version for distro hydro showing jade. Known supported distros are highlighted in the buttons above.
Package symbol

openreroc_motion_sensor package from openreroc_motion_sensor repo

openreroc_motion_sensor

ROS Distro
jade

Package Summary

Tags No category tags.
Version 0.1.0
License New BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/Kumikomi/openreroc_motion_sensor.git
VCS Type git
VCS Version master
Last Updated 2018-05-23
Dev Status UNMAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package supports a ultra sonic sensor using an FPGA board (ZedBoard Xilinx).

Additional Links

Maintainers

  • Kazushi Yamashina
  • Takeshi Ohkawa

Authors

  • Kazushi Yamashina

openreroc_motion_sensor

OpenReroc (Open Reconfigurable Robot Component) is a project to build an open source platform of reconfigurable (i.e. FPGA) devices for robot components.
This package supports ultra sonic sensor an FPGA board (ZedBoard Xilinx). openreroc_motion_sensor publishes sensor data to the topic.

Git: https://github.com/Kumikomi/openreroc_motion_sensor
Author: Kazushi Yamashina (Utsunomiya University)
Copyright: 2015, Kazushi Yamashina, Utsunomiya University
License: new BSD License
Latest Version: 0.1.0

Directry tree

openreroc_motion_sensor 
|-include/ 
|-msg/ 
|-hardware
	|-src/
    |-image/
|-src/ 
|-CMakeLists.txt 
|-package.xml  
|-LICENSE.txt

Requirements

##Platform for ROS system

  • ZedBoard
  • xillinux-1.3c
  • Xillinux is used to communicate between FPGA logic and ARM processor. Xillinux is a platform for Zynq that is released by Xillybus Ltd. Linux (Ubuntu) OS runs on the ARM processor. Xillinux can access to FPGA logic through a specific device file.
  • ROS (hydro or groovy) please install on xillinux!
  • ssh server

##Software

  • ISE 14.7 (for hardware synthesis)

##Sensor

  • [PING))) Ultrasonic Distance Sensor 28015 Parallax Inc](https://www.parallax.com/product/28015)

How to build software

Please replace catkin_ws to your work space name.

cd ~/catkin_ws/src
git clone https://github.com/Kumikomi/openreroc_motion_sensor
cd ..
catkin_make 

Test Run

  1. Xillinux installation
    • http://xillybus.com/xillinux
  2. Hardware bitstream installation Please replace xillydemo.bit on the SD card with openreroc_pwm/hardware/image/openreroc_motion_sensor.bit

  3. Insert SD card & boot system

  4. Run sample nodes

terminal 1

cd ~/catkin_ws/
source devel/setup.bash
roscore &
rosrun openreroc_motion_sensor sample_output

terminal 2

cd ~/catkin_ws/
source devel/setup.bash
rosrun openreroc_motion_sensor openreroc_motion_sensor

How to build hardware

It’s too complex to describe all the necessary procedure to build hardware, so some hints are shown below. 1 : Place of Soruce code hardware/src
2 : Pin assignment: add the code below to xillydemo.ucf

```verilog NET led[0] LOC = V22 | IOSTANDARD = LVCMOS33; # LD4 NET led[1] LOC = W22 | IOSTANDARD = LVCMOS33; # LD5 NET led[2] LOC = U19 | IOSTANDARD = LVCMOS33; # LD6 NET led[3] LOC = U14 | IOSTANDARD = LVCMOS33; # LD7

NET PS_GPIO[7] LOC = K18 IOSTANDARD = LVCMOS33; # “FMC-LA05_N”
NET PS_GPIO[8] LOC = J18 IOSTANDARD = LVCMOS33; # “FMC-LA05_P”

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged openreroc_motion_sensor at Robotics Stack Exchange

No version for distro kinetic showing jade. Known supported distros are highlighted in the buttons above.
Package symbol

openreroc_motion_sensor package from openreroc_motion_sensor repo

openreroc_motion_sensor

ROS Distro
jade

Package Summary

Tags No category tags.
Version 0.1.0
License New BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/Kumikomi/openreroc_motion_sensor.git
VCS Type git
VCS Version master
Last Updated 2018-05-23
Dev Status UNMAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package supports a ultra sonic sensor using an FPGA board (ZedBoard Xilinx).

Additional Links

Maintainers

  • Kazushi Yamashina
  • Takeshi Ohkawa

Authors

  • Kazushi Yamashina

openreroc_motion_sensor

OpenReroc (Open Reconfigurable Robot Component) is a project to build an open source platform of reconfigurable (i.e. FPGA) devices for robot components.
This package supports ultra sonic sensor an FPGA board (ZedBoard Xilinx). openreroc_motion_sensor publishes sensor data to the topic.

Git: https://github.com/Kumikomi/openreroc_motion_sensor
Author: Kazushi Yamashina (Utsunomiya University)
Copyright: 2015, Kazushi Yamashina, Utsunomiya University
License: new BSD License
Latest Version: 0.1.0

Directry tree

openreroc_motion_sensor 
|-include/ 
|-msg/ 
|-hardware
	|-src/
    |-image/
|-src/ 
|-CMakeLists.txt 
|-package.xml  
|-LICENSE.txt

Requirements

##Platform for ROS system

  • ZedBoard
  • xillinux-1.3c
  • Xillinux is used to communicate between FPGA logic and ARM processor. Xillinux is a platform for Zynq that is released by Xillybus Ltd. Linux (Ubuntu) OS runs on the ARM processor. Xillinux can access to FPGA logic through a specific device file.
  • ROS (hydro or groovy) please install on xillinux!
  • ssh server

##Software

  • ISE 14.7 (for hardware synthesis)

##Sensor

  • [PING))) Ultrasonic Distance Sensor 28015 Parallax Inc](https://www.parallax.com/product/28015)

How to build software

Please replace catkin_ws to your work space name.

cd ~/catkin_ws/src
git clone https://github.com/Kumikomi/openreroc_motion_sensor
cd ..
catkin_make 

Test Run

  1. Xillinux installation
    • http://xillybus.com/xillinux
  2. Hardware bitstream installation Please replace xillydemo.bit on the SD card with openreroc_pwm/hardware/image/openreroc_motion_sensor.bit

  3. Insert SD card & boot system

  4. Run sample nodes

terminal 1

cd ~/catkin_ws/
source devel/setup.bash
roscore &
rosrun openreroc_motion_sensor sample_output

terminal 2

cd ~/catkin_ws/
source devel/setup.bash
rosrun openreroc_motion_sensor openreroc_motion_sensor

How to build hardware

It’s too complex to describe all the necessary procedure to build hardware, so some hints are shown below. 1 : Place of Soruce code hardware/src
2 : Pin assignment: add the code below to xillydemo.ucf

```verilog NET led[0] LOC = V22 | IOSTANDARD = LVCMOS33; # LD4 NET led[1] LOC = W22 | IOSTANDARD = LVCMOS33; # LD5 NET led[2] LOC = U19 | IOSTANDARD = LVCMOS33; # LD6 NET led[3] LOC = U14 | IOSTANDARD = LVCMOS33; # LD7

NET PS_GPIO[7] LOC = K18 IOSTANDARD = LVCMOS33; # “FMC-LA05_N”
NET PS_GPIO[8] LOC = J18 IOSTANDARD = LVCMOS33; # “FMC-LA05_P”

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged openreroc_motion_sensor at Robotics Stack Exchange

No version for distro melodic showing jade. Known supported distros are highlighted in the buttons above.
Package symbol

openreroc_motion_sensor package from openreroc_motion_sensor repo

openreroc_motion_sensor

ROS Distro
jade

Package Summary

Tags No category tags.
Version 0.1.0
License New BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/Kumikomi/openreroc_motion_sensor.git
VCS Type git
VCS Version master
Last Updated 2018-05-23
Dev Status UNMAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package supports a ultra sonic sensor using an FPGA board (ZedBoard Xilinx).

Additional Links

Maintainers

  • Kazushi Yamashina
  • Takeshi Ohkawa

Authors

  • Kazushi Yamashina

openreroc_motion_sensor

OpenReroc (Open Reconfigurable Robot Component) is a project to build an open source platform of reconfigurable (i.e. FPGA) devices for robot components.
This package supports ultra sonic sensor an FPGA board (ZedBoard Xilinx). openreroc_motion_sensor publishes sensor data to the topic.

Git: https://github.com/Kumikomi/openreroc_motion_sensor
Author: Kazushi Yamashina (Utsunomiya University)
Copyright: 2015, Kazushi Yamashina, Utsunomiya University
License: new BSD License
Latest Version: 0.1.0

Directry tree

openreroc_motion_sensor 
|-include/ 
|-msg/ 
|-hardware
	|-src/
    |-image/
|-src/ 
|-CMakeLists.txt 
|-package.xml  
|-LICENSE.txt

Requirements

##Platform for ROS system

  • ZedBoard
  • xillinux-1.3c
  • Xillinux is used to communicate between FPGA logic and ARM processor. Xillinux is a platform for Zynq that is released by Xillybus Ltd. Linux (Ubuntu) OS runs on the ARM processor. Xillinux can access to FPGA logic through a specific device file.
  • ROS (hydro or groovy) please install on xillinux!
  • ssh server

##Software

  • ISE 14.7 (for hardware synthesis)

##Sensor

  • [PING))) Ultrasonic Distance Sensor 28015 Parallax Inc](https://www.parallax.com/product/28015)

How to build software

Please replace catkin_ws to your work space name.

cd ~/catkin_ws/src
git clone https://github.com/Kumikomi/openreroc_motion_sensor
cd ..
catkin_make 

Test Run

  1. Xillinux installation
    • http://xillybus.com/xillinux
  2. Hardware bitstream installation Please replace xillydemo.bit on the SD card with openreroc_pwm/hardware/image/openreroc_motion_sensor.bit

  3. Insert SD card & boot system

  4. Run sample nodes

terminal 1

cd ~/catkin_ws/
source devel/setup.bash
roscore &
rosrun openreroc_motion_sensor sample_output

terminal 2

cd ~/catkin_ws/
source devel/setup.bash
rosrun openreroc_motion_sensor openreroc_motion_sensor

How to build hardware

It’s too complex to describe all the necessary procedure to build hardware, so some hints are shown below. 1 : Place of Soruce code hardware/src
2 : Pin assignment: add the code below to xillydemo.ucf

```verilog NET led[0] LOC = V22 | IOSTANDARD = LVCMOS33; # LD4 NET led[1] LOC = W22 | IOSTANDARD = LVCMOS33; # LD5 NET led[2] LOC = U19 | IOSTANDARD = LVCMOS33; # LD6 NET led[3] LOC = U14 | IOSTANDARD = LVCMOS33; # LD7

NET PS_GPIO[7] LOC = K18 IOSTANDARD = LVCMOS33; # “FMC-LA05_N”
NET PS_GPIO[8] LOC = J18 IOSTANDARD = LVCMOS33; # “FMC-LA05_P”

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged openreroc_motion_sensor at Robotics Stack Exchange

No version for distro noetic showing jade. Known supported distros are highlighted in the buttons above.
Package symbol

openreroc_motion_sensor package from openreroc_motion_sensor repo

openreroc_motion_sensor

ROS Distro
jade

Package Summary

Tags No category tags.
Version 0.1.0
License New BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/Kumikomi/openreroc_motion_sensor.git
VCS Type git
VCS Version master
Last Updated 2018-05-23
Dev Status UNMAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package supports a ultra sonic sensor using an FPGA board (ZedBoard Xilinx).

Additional Links

Maintainers

  • Kazushi Yamashina
  • Takeshi Ohkawa

Authors

  • Kazushi Yamashina

openreroc_motion_sensor

OpenReroc (Open Reconfigurable Robot Component) is a project to build an open source platform of reconfigurable (i.e. FPGA) devices for robot components.
This package supports ultra sonic sensor an FPGA board (ZedBoard Xilinx). openreroc_motion_sensor publishes sensor data to the topic.

Git: https://github.com/Kumikomi/openreroc_motion_sensor
Author: Kazushi Yamashina (Utsunomiya University)
Copyright: 2015, Kazushi Yamashina, Utsunomiya University
License: new BSD License
Latest Version: 0.1.0

Directry tree

openreroc_motion_sensor 
|-include/ 
|-msg/ 
|-hardware
	|-src/
    |-image/
|-src/ 
|-CMakeLists.txt 
|-package.xml  
|-LICENSE.txt

Requirements

##Platform for ROS system

  • ZedBoard
  • xillinux-1.3c
  • Xillinux is used to communicate between FPGA logic and ARM processor. Xillinux is a platform for Zynq that is released by Xillybus Ltd. Linux (Ubuntu) OS runs on the ARM processor. Xillinux can access to FPGA logic through a specific device file.
  • ROS (hydro or groovy) please install on xillinux!
  • ssh server

##Software

  • ISE 14.7 (for hardware synthesis)

##Sensor

  • [PING))) Ultrasonic Distance Sensor 28015 Parallax Inc](https://www.parallax.com/product/28015)

How to build software

Please replace catkin_ws to your work space name.

cd ~/catkin_ws/src
git clone https://github.com/Kumikomi/openreroc_motion_sensor
cd ..
catkin_make 

Test Run

  1. Xillinux installation
    • http://xillybus.com/xillinux
  2. Hardware bitstream installation Please replace xillydemo.bit on the SD card with openreroc_pwm/hardware/image/openreroc_motion_sensor.bit

  3. Insert SD card & boot system

  4. Run sample nodes

terminal 1

cd ~/catkin_ws/
source devel/setup.bash
roscore &
rosrun openreroc_motion_sensor sample_output

terminal 2

cd ~/catkin_ws/
source devel/setup.bash
rosrun openreroc_motion_sensor openreroc_motion_sensor

How to build hardware

It’s too complex to describe all the necessary procedure to build hardware, so some hints are shown below. 1 : Place of Soruce code hardware/src
2 : Pin assignment: add the code below to xillydemo.ucf

```verilog NET led[0] LOC = V22 | IOSTANDARD = LVCMOS33; # LD4 NET led[1] LOC = W22 | IOSTANDARD = LVCMOS33; # LD5 NET led[2] LOC = U19 | IOSTANDARD = LVCMOS33; # LD6 NET led[3] LOC = U14 | IOSTANDARD = LVCMOS33; # LD7

NET PS_GPIO[7] LOC = K18 IOSTANDARD = LVCMOS33; # “FMC-LA05_N”
NET PS_GPIO[8] LOC = J18 IOSTANDARD = LVCMOS33; # “FMC-LA05_P”

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged openreroc_motion_sensor at Robotics Stack Exchange