Package Summary
Tags | No category tags. |
Version | 1.12.0 |
License | Apache 2 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | autoware.ai perf |
Checkout URI | https://github.com/is-whale/autoware_learn.git |
VCS Type | git |
VCS Version | 1.14 |
Last Updated | 2025-03-14 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Masao KONDOH
- Abraham Monrroy
- Daisuke Nishimatsu
Authors
Autoware Point Grey Camera Drivers Package
This package allows the capture of an image stream from Point Grey cameras. It has been tested successfully with Grasshopper3 and LadyBug5 devices on both Ubuntu 14.04 and 16.04.
Requirements
- FlyCapture SDK or Spinnaker SDK provided by Point Grey.
Grasshopper3
How to launch
- From a sourced terminal:
roslaunch autoware_pointgrey_drivers grasshopper3.launch
- From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Grasshopper3
Parameters available
Parameter | Type | Description |
---|---|---|
fps |
integer | Defines the frames per second at which to attempt image stream acquisition. |
mode |
integer | Camera Mode - please check your camera for valid modes (0,1,2,…,31). |
format |
string | Pixel Format, which can be either raw or rgb . raw will publish the default bayer format according to your camera sensor. Both modes have 8 bits per pixel per channel. |
timeout |
integer | Timeout in miliseconds. Default 1000 ms. |
CalibrationFile |
string | Path to an Autoware-compatible calibration file to be published in the camera_info topic related to this camera. |
Ladybug
How to launch
-
From a sourced terminal:
roslaunch autoware_pointgrey_drivers ladybug.launch
-
From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Ladybug5
Parameters available
Parameter | Type | Description |
---|---|---|
SCALE |
float | Defines the downscale ratio (between 0.1 and 1.0). |
CalibrationFile |
string | Path to an Autoware-compatible calibration file to be published in the camera_info topic related to this camera. |
Notes
- The FlyCapture SDK must be obtained from Point Grey’s website.\
https://www.ptgrey.com/flycapture-sdk
FLIR ADK
Execute from Autoware/ros
base path.
rosdep update
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
./catkin_make_release
./run
- Connect your camera
- Confirm the camera has been detected using
v4l2-ctl --list-devices
- Select from Sensing tab / Cameras -> FLIR ADK
- Press the
[config]
button and write the device name reported byv4l2-ctl --list-devices
. - Click the FLIR ADK checkbox
- Open Rviz and add image topic
/flir_adk/camera/image_raw
Parameters available
Parameter | Type | Description |
---|---|---|
DEVICE |
string | Name of the system device in the form /dev/videoX . Obtain the correct name using v4l2-ctl --list-devices . |
FPS |
integer | Frame per second. Default 30. |
WIDTH |
integer | Image width of the stream (Default 640). |
HEIGHT |
integer | Image height of the camera (Default 512). |
NS |
string | Namespace to add as prefix. Default flir_adk . |
Spinnaker
How to launch
- From a sourced terminal:
roslaunch autoware_pointgrey_drivers spinnaker.launch
- From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Spinnaker
Parameters available
Parameter | Type | Description |
---|---|---|
fps |
integer | Frame per second (Default 60). |
width |
integer | Image width of the stream (Default 1440). |
height |
integer | Image height of the camera (Default 1080). |
dltl |
integer | DeviceLinkThroughputLimit (Default 100000000). |
Changelog for package autoware_pointgrey_drivers
1.11.0 (2019-03-21)
- Include app name in log message
- To allow FPS to be set, it requires first to disable FrameRateAuto property
- fix framerate check
- Feature/spinnaker
(#1984)
-
add spinnaker driver
-
modified for multithreading
-
fix CMakeLists.txt
-
fix CMakeLists.txt
-
fix spinnaker launch file
-
delete unused files
-
fix maintainer
-
fix thread function
-
add license and fix default value
-
modify README
-
modify computing.yml
-
- Added install commands
-
Don't force raw image format
-
Removed mutex causing multiple cameras to don't publish
-
Removed crash due to the use of incompatible API on a camera
-
Switched to ROS logging instead of std out
-
Commented DLTL code
- Removed namespace and pixel format
* enable to change fps check device type and set DeviceLinkThroughputLimit
- Check pointers' validity
- applied clang format
-
- [fix] Install commands for all the packages
(#1861)
-
Initial fixes to detection, sensing, semantics and utils
-
fixing wrong filename on install command
-
Fixes to install commands
-
Hokuyo fix name
-
Fix obj db
-
Obj db include fixes
-
End of final cleaning sweep
-
Incorrect command order in runtime manager
-
Param tempfile not required by runtime_manager
-
- Fixes to runtime manager install commands
-
Remove devel directory from catkin, if any
-
Updated launch files for robosense
-
Updated robosense
-
Fix/add missing install (#1977)
-
Added launch install to lidar_kf_contour_track
-
Added install to op_global_planner
-
Added install to way_planner
-
Added install to op_local_planner
-
Added install to op_simulation_package
-
Added install to op_utilities
-
Added install to sync
-
- Improved installation script for pointgrey packages
-
Fixed nodelet error for gmsl cameras
- USe install space in catkin as well
-
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
autoware_build_flags | |
catkin | |
gscam | |
cv_bridge | |
image_transport | |
message_generation | |
roscpp | |
std_msgs | |
tf |
System Dependencies
Name |
---|
v4l-utils |
Dependant Packages
Launch files
- scripts/flir_adk.launch
-
- DEVICE [default: /dev/video0]
- FPS [default: 30]
- WIDTH [default: 640]
- HEIGHT [default: 512]
- NS [default: flir_adk]
- scripts/grasshopper3.launch
-
- fps [default: 20]
- CalibrationFile [default: ]
- mode [default: 0]
- format [default: raw]
- timeout [default: 1000]
- scripts/ladybug.launch
-
- SCALE [default: 20]
- CalibrationFile [default: ]
- scripts/spinnaker.launch
-
- width [default: 1440]
- height [default: 1080]
- fps [default: 60]
- dltl [default: 100000000]
Messages
Services
Plugins
Recent questions tagged autoware_pointgrey_drivers at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.12.0 |
License | Apache 2 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | autoware.ai perf |
Checkout URI | https://github.com/is-whale/autoware_learn.git |
VCS Type | git |
VCS Version | 1.14 |
Last Updated | 2025-03-14 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Masao KONDOH
- Abraham Monrroy
- Daisuke Nishimatsu
Authors
Autoware Point Grey Camera Drivers Package
This package allows the capture of an image stream from Point Grey cameras. It has been tested successfully with Grasshopper3 and LadyBug5 devices on both Ubuntu 14.04 and 16.04.
Requirements
- FlyCapture SDK or Spinnaker SDK provided by Point Grey.
Grasshopper3
How to launch
- From a sourced terminal:
roslaunch autoware_pointgrey_drivers grasshopper3.launch
- From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Grasshopper3
Parameters available
Parameter | Type | Description |
---|---|---|
fps |
integer | Defines the frames per second at which to attempt image stream acquisition. |
mode |
integer | Camera Mode - please check your camera for valid modes (0,1,2,…,31). |
format |
string | Pixel Format, which can be either raw or rgb . raw will publish the default bayer format according to your camera sensor. Both modes have 8 bits per pixel per channel. |
timeout |
integer | Timeout in miliseconds. Default 1000 ms. |
CalibrationFile |
string | Path to an Autoware-compatible calibration file to be published in the camera_info topic related to this camera. |
Ladybug
How to launch
-
From a sourced terminal:
roslaunch autoware_pointgrey_drivers ladybug.launch
-
From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Ladybug5
Parameters available
Parameter | Type | Description |
---|---|---|
SCALE |
float | Defines the downscale ratio (between 0.1 and 1.0). |
CalibrationFile |
string | Path to an Autoware-compatible calibration file to be published in the camera_info topic related to this camera. |
Notes
- The FlyCapture SDK must be obtained from Point Grey’s website.\
https://www.ptgrey.com/flycapture-sdk
FLIR ADK
Execute from Autoware/ros
base path.
rosdep update
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
./catkin_make_release
./run
- Connect your camera
- Confirm the camera has been detected using
v4l2-ctl --list-devices
- Select from Sensing tab / Cameras -> FLIR ADK
- Press the
[config]
button and write the device name reported byv4l2-ctl --list-devices
. - Click the FLIR ADK checkbox
- Open Rviz and add image topic
/flir_adk/camera/image_raw
Parameters available
Parameter | Type | Description |
---|---|---|
DEVICE |
string | Name of the system device in the form /dev/videoX . Obtain the correct name using v4l2-ctl --list-devices . |
FPS |
integer | Frame per second. Default 30. |
WIDTH |
integer | Image width of the stream (Default 640). |
HEIGHT |
integer | Image height of the camera (Default 512). |
NS |
string | Namespace to add as prefix. Default flir_adk . |
Spinnaker
How to launch
- From a sourced terminal:
roslaunch autoware_pointgrey_drivers spinnaker.launch
- From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Spinnaker
Parameters available
Parameter | Type | Description |
---|---|---|
fps |
integer | Frame per second (Default 60). |
width |
integer | Image width of the stream (Default 1440). |
height |
integer | Image height of the camera (Default 1080). |
dltl |
integer | DeviceLinkThroughputLimit (Default 100000000). |
Changelog for package autoware_pointgrey_drivers
1.11.0 (2019-03-21)
- Include app name in log message
- To allow FPS to be set, it requires first to disable FrameRateAuto property
- fix framerate check
- Feature/spinnaker
(#1984)
-
add spinnaker driver
-
modified for multithreading
-
fix CMakeLists.txt
-
fix CMakeLists.txt
-
fix spinnaker launch file
-
delete unused files
-
fix maintainer
-
fix thread function
-
add license and fix default value
-
modify README
-
modify computing.yml
-
- Added install commands
-
Don't force raw image format
-
Removed mutex causing multiple cameras to don't publish
-
Removed crash due to the use of incompatible API on a camera
-
Switched to ROS logging instead of std out
-
Commented DLTL code
- Removed namespace and pixel format
* enable to change fps check device type and set DeviceLinkThroughputLimit
- Check pointers' validity
- applied clang format
-
- [fix] Install commands for all the packages
(#1861)
-
Initial fixes to detection, sensing, semantics and utils
-
fixing wrong filename on install command
-
Fixes to install commands
-
Hokuyo fix name
-
Fix obj db
-
Obj db include fixes
-
End of final cleaning sweep
-
Incorrect command order in runtime manager
-
Param tempfile not required by runtime_manager
-
- Fixes to runtime manager install commands
-
Remove devel directory from catkin, if any
-
Updated launch files for robosense
-
Updated robosense
-
Fix/add missing install (#1977)
-
Added launch install to lidar_kf_contour_track
-
Added install to op_global_planner
-
Added install to way_planner
-
Added install to op_local_planner
-
Added install to op_simulation_package
-
Added install to op_utilities
-
Added install to sync
-
- Improved installation script for pointgrey packages
-
Fixed nodelet error for gmsl cameras
- USe install space in catkin as well
-
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
autoware_build_flags | |
catkin | |
gscam | |
cv_bridge | |
image_transport | |
message_generation | |
roscpp | |
std_msgs | |
tf |
System Dependencies
Name |
---|
v4l-utils |
Dependant Packages
Launch files
- scripts/flir_adk.launch
-
- DEVICE [default: /dev/video0]
- FPS [default: 30]
- WIDTH [default: 640]
- HEIGHT [default: 512]
- NS [default: flir_adk]
- scripts/grasshopper3.launch
-
- fps [default: 20]
- CalibrationFile [default: ]
- mode [default: 0]
- format [default: raw]
- timeout [default: 1000]
- scripts/ladybug.launch
-
- SCALE [default: 20]
- CalibrationFile [default: ]
- scripts/spinnaker.launch
-
- width [default: 1440]
- height [default: 1080]
- fps [default: 60]
- dltl [default: 100000000]
Messages
Services
Plugins
Recent questions tagged autoware_pointgrey_drivers at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.12.0 |
License | Apache 2 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | autoware.ai perf |
Checkout URI | https://github.com/is-whale/autoware_learn.git |
VCS Type | git |
VCS Version | 1.14 |
Last Updated | 2025-03-14 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Masao KONDOH
- Abraham Monrroy
- Daisuke Nishimatsu
Authors
Autoware Point Grey Camera Drivers Package
This package allows the capture of an image stream from Point Grey cameras. It has been tested successfully with Grasshopper3 and LadyBug5 devices on both Ubuntu 14.04 and 16.04.
Requirements
- FlyCapture SDK or Spinnaker SDK provided by Point Grey.
Grasshopper3
How to launch
- From a sourced terminal:
roslaunch autoware_pointgrey_drivers grasshopper3.launch
- From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Grasshopper3
Parameters available
Parameter | Type | Description |
---|---|---|
fps |
integer | Defines the frames per second at which to attempt image stream acquisition. |
mode |
integer | Camera Mode - please check your camera for valid modes (0,1,2,…,31). |
format |
string | Pixel Format, which can be either raw or rgb . raw will publish the default bayer format according to your camera sensor. Both modes have 8 bits per pixel per channel. |
timeout |
integer | Timeout in miliseconds. Default 1000 ms. |
CalibrationFile |
string | Path to an Autoware-compatible calibration file to be published in the camera_info topic related to this camera. |
Ladybug
How to launch
-
From a sourced terminal:
roslaunch autoware_pointgrey_drivers ladybug.launch
-
From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Ladybug5
Parameters available
Parameter | Type | Description |
---|---|---|
SCALE |
float | Defines the downscale ratio (between 0.1 and 1.0). |
CalibrationFile |
string | Path to an Autoware-compatible calibration file to be published in the camera_info topic related to this camera. |
Notes
- The FlyCapture SDK must be obtained from Point Grey’s website.\
https://www.ptgrey.com/flycapture-sdk
FLIR ADK
Execute from Autoware/ros
base path.
rosdep update
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
./catkin_make_release
./run
- Connect your camera
- Confirm the camera has been detected using
v4l2-ctl --list-devices
- Select from Sensing tab / Cameras -> FLIR ADK
- Press the
[config]
button and write the device name reported byv4l2-ctl --list-devices
. - Click the FLIR ADK checkbox
- Open Rviz and add image topic
/flir_adk/camera/image_raw
Parameters available
Parameter | Type | Description |
---|---|---|
DEVICE |
string | Name of the system device in the form /dev/videoX . Obtain the correct name using v4l2-ctl --list-devices . |
FPS |
integer | Frame per second. Default 30. |
WIDTH |
integer | Image width of the stream (Default 640). |
HEIGHT |
integer | Image height of the camera (Default 512). |
NS |
string | Namespace to add as prefix. Default flir_adk . |
Spinnaker
How to launch
- From a sourced terminal:
roslaunch autoware_pointgrey_drivers spinnaker.launch
- From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Spinnaker
Parameters available
Parameter | Type | Description |
---|---|---|
fps |
integer | Frame per second (Default 60). |
width |
integer | Image width of the stream (Default 1440). |
height |
integer | Image height of the camera (Default 1080). |
dltl |
integer | DeviceLinkThroughputLimit (Default 100000000). |
Changelog for package autoware_pointgrey_drivers
1.11.0 (2019-03-21)
- Include app name in log message
- To allow FPS to be set, it requires first to disable FrameRateAuto property
- fix framerate check
- Feature/spinnaker
(#1984)
-
add spinnaker driver
-
modified for multithreading
-
fix CMakeLists.txt
-
fix CMakeLists.txt
-
fix spinnaker launch file
-
delete unused files
-
fix maintainer
-
fix thread function
-
add license and fix default value
-
modify README
-
modify computing.yml
-
- Added install commands
-
Don't force raw image format
-
Removed mutex causing multiple cameras to don't publish
-
Removed crash due to the use of incompatible API on a camera
-
Switched to ROS logging instead of std out
-
Commented DLTL code
- Removed namespace and pixel format
* enable to change fps check device type and set DeviceLinkThroughputLimit
- Check pointers' validity
- applied clang format
-
- [fix] Install commands for all the packages
(#1861)
-
Initial fixes to detection, sensing, semantics and utils
-
fixing wrong filename on install command
-
Fixes to install commands
-
Hokuyo fix name
-
Fix obj db
-
Obj db include fixes
-
End of final cleaning sweep
-
Incorrect command order in runtime manager
-
Param tempfile not required by runtime_manager
-
- Fixes to runtime manager install commands
-
Remove devel directory from catkin, if any
-
Updated launch files for robosense
-
Updated robosense
-
Fix/add missing install (#1977)
-
Added launch install to lidar_kf_contour_track
-
Added install to op_global_planner
-
Added install to way_planner
-
Added install to op_local_planner
-
Added install to op_simulation_package
-
Added install to op_utilities
-
Added install to sync
-
- Improved installation script for pointgrey packages
-
Fixed nodelet error for gmsl cameras
- USe install space in catkin as well
-
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
autoware_build_flags | |
catkin | |
gscam | |
cv_bridge | |
image_transport | |
message_generation | |
roscpp | |
std_msgs | |
tf |
System Dependencies
Name |
---|
v4l-utils |
Dependant Packages
Launch files
- scripts/flir_adk.launch
-
- DEVICE [default: /dev/video0]
- FPS [default: 30]
- WIDTH [default: 640]
- HEIGHT [default: 512]
- NS [default: flir_adk]
- scripts/grasshopper3.launch
-
- fps [default: 20]
- CalibrationFile [default: ]
- mode [default: 0]
- format [default: raw]
- timeout [default: 1000]
- scripts/ladybug.launch
-
- SCALE [default: 20]
- CalibrationFile [default: ]
- scripts/spinnaker.launch
-
- width [default: 1440]
- height [default: 1080]
- fps [default: 60]
- dltl [default: 100000000]
Messages
Services
Plugins
Recent questions tagged autoware_pointgrey_drivers at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.12.0 |
License | Apache 2 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | autoware.ai perf |
Checkout URI | https://github.com/is-whale/autoware_learn.git |
VCS Type | git |
VCS Version | 1.14 |
Last Updated | 2025-03-14 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Masao KONDOH
- Abraham Monrroy
- Daisuke Nishimatsu
Authors
Autoware Point Grey Camera Drivers Package
This package allows the capture of an image stream from Point Grey cameras. It has been tested successfully with Grasshopper3 and LadyBug5 devices on both Ubuntu 14.04 and 16.04.
Requirements
- FlyCapture SDK or Spinnaker SDK provided by Point Grey.
Grasshopper3
How to launch
- From a sourced terminal:
roslaunch autoware_pointgrey_drivers grasshopper3.launch
- From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Grasshopper3
Parameters available
Parameter | Type | Description |
---|---|---|
fps |
integer | Defines the frames per second at which to attempt image stream acquisition. |
mode |
integer | Camera Mode - please check your camera for valid modes (0,1,2,…,31). |
format |
string | Pixel Format, which can be either raw or rgb . raw will publish the default bayer format according to your camera sensor. Both modes have 8 bits per pixel per channel. |
timeout |
integer | Timeout in miliseconds. Default 1000 ms. |
CalibrationFile |
string | Path to an Autoware-compatible calibration file to be published in the camera_info topic related to this camera. |
Ladybug
How to launch
-
From a sourced terminal:
roslaunch autoware_pointgrey_drivers ladybug.launch
-
From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Ladybug5
Parameters available
Parameter | Type | Description |
---|---|---|
SCALE |
float | Defines the downscale ratio (between 0.1 and 1.0). |
CalibrationFile |
string | Path to an Autoware-compatible calibration file to be published in the camera_info topic related to this camera. |
Notes
- The FlyCapture SDK must be obtained from Point Grey’s website.\
https://www.ptgrey.com/flycapture-sdk
FLIR ADK
Execute from Autoware/ros
base path.
rosdep update
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
./catkin_make_release
./run
- Connect your camera
- Confirm the camera has been detected using
v4l2-ctl --list-devices
- Select from Sensing tab / Cameras -> FLIR ADK
- Press the
[config]
button and write the device name reported byv4l2-ctl --list-devices
. - Click the FLIR ADK checkbox
- Open Rviz and add image topic
/flir_adk/camera/image_raw
Parameters available
Parameter | Type | Description |
---|---|---|
DEVICE |
string | Name of the system device in the form /dev/videoX . Obtain the correct name using v4l2-ctl --list-devices . |
FPS |
integer | Frame per second. Default 30. |
WIDTH |
integer | Image width of the stream (Default 640). |
HEIGHT |
integer | Image height of the camera (Default 512). |
NS |
string | Namespace to add as prefix. Default flir_adk . |
Spinnaker
How to launch
- From a sourced terminal:
roslaunch autoware_pointgrey_drivers spinnaker.launch
- From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Spinnaker
Parameters available
Parameter | Type | Description |
---|---|---|
fps |
integer | Frame per second (Default 60). |
width |
integer | Image width of the stream (Default 1440). |
height |
integer | Image height of the camera (Default 1080). |
dltl |
integer | DeviceLinkThroughputLimit (Default 100000000). |
Changelog for package autoware_pointgrey_drivers
1.11.0 (2019-03-21)
- Include app name in log message
- To allow FPS to be set, it requires first to disable FrameRateAuto property
- fix framerate check
- Feature/spinnaker
(#1984)
-
add spinnaker driver
-
modified for multithreading
-
fix CMakeLists.txt
-
fix CMakeLists.txt
-
fix spinnaker launch file
-
delete unused files
-
fix maintainer
-
fix thread function
-
add license and fix default value
-
modify README
-
modify computing.yml
-
- Added install commands
-
Don't force raw image format
-
Removed mutex causing multiple cameras to don't publish
-
Removed crash due to the use of incompatible API on a camera
-
Switched to ROS logging instead of std out
-
Commented DLTL code
- Removed namespace and pixel format
* enable to change fps check device type and set DeviceLinkThroughputLimit
- Check pointers' validity
- applied clang format
-
- [fix] Install commands for all the packages
(#1861)
-
Initial fixes to detection, sensing, semantics and utils
-
fixing wrong filename on install command
-
Fixes to install commands
-
Hokuyo fix name
-
Fix obj db
-
Obj db include fixes
-
End of final cleaning sweep
-
Incorrect command order in runtime manager
-
Param tempfile not required by runtime_manager
-
- Fixes to runtime manager install commands
-
Remove devel directory from catkin, if any
-
Updated launch files for robosense
-
Updated robosense
-
Fix/add missing install (#1977)
-
Added launch install to lidar_kf_contour_track
-
Added install to op_global_planner
-
Added install to way_planner
-
Added install to op_local_planner
-
Added install to op_simulation_package
-
Added install to op_utilities
-
Added install to sync
-
- Improved installation script for pointgrey packages
-
Fixed nodelet error for gmsl cameras
- USe install space in catkin as well
-
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
autoware_build_flags | |
catkin | |
gscam | |
cv_bridge | |
image_transport | |
message_generation | |
roscpp | |
std_msgs | |
tf |
System Dependencies
Name |
---|
v4l-utils |
Dependant Packages
Launch files
- scripts/flir_adk.launch
-
- DEVICE [default: /dev/video0]
- FPS [default: 30]
- WIDTH [default: 640]
- HEIGHT [default: 512]
- NS [default: flir_adk]
- scripts/grasshopper3.launch
-
- fps [default: 20]
- CalibrationFile [default: ]
- mode [default: 0]
- format [default: raw]
- timeout [default: 1000]
- scripts/ladybug.launch
-
- SCALE [default: 20]
- CalibrationFile [default: ]
- scripts/spinnaker.launch
-
- width [default: 1440]
- height [default: 1080]
- fps [default: 60]
- dltl [default: 100000000]
Messages
Services
Plugins
Recent questions tagged autoware_pointgrey_drivers at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.12.0 |
License | Apache 2 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | autoware.ai perf |
Checkout URI | https://github.com/is-whale/autoware_learn.git |
VCS Type | git |
VCS Version | 1.14 |
Last Updated | 2025-03-14 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Masao KONDOH
- Abraham Monrroy
- Daisuke Nishimatsu
Authors
Autoware Point Grey Camera Drivers Package
This package allows the capture of an image stream from Point Grey cameras. It has been tested successfully with Grasshopper3 and LadyBug5 devices on both Ubuntu 14.04 and 16.04.
Requirements
- FlyCapture SDK or Spinnaker SDK provided by Point Grey.
Grasshopper3
How to launch
- From a sourced terminal:
roslaunch autoware_pointgrey_drivers grasshopper3.launch
- From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Grasshopper3
Parameters available
Parameter | Type | Description |
---|---|---|
fps |
integer | Defines the frames per second at which to attempt image stream acquisition. |
mode |
integer | Camera Mode - please check your camera for valid modes (0,1,2,…,31). |
format |
string | Pixel Format, which can be either raw or rgb . raw will publish the default bayer format according to your camera sensor. Both modes have 8 bits per pixel per channel. |
timeout |
integer | Timeout in miliseconds. Default 1000 ms. |
CalibrationFile |
string | Path to an Autoware-compatible calibration file to be published in the camera_info topic related to this camera. |
Ladybug
How to launch
-
From a sourced terminal:
roslaunch autoware_pointgrey_drivers ladybug.launch
-
From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Ladybug5
Parameters available
Parameter | Type | Description |
---|---|---|
SCALE |
float | Defines the downscale ratio (between 0.1 and 1.0). |
CalibrationFile |
string | Path to an Autoware-compatible calibration file to be published in the camera_info topic related to this camera. |
Notes
- The FlyCapture SDK must be obtained from Point Grey’s website.\
https://www.ptgrey.com/flycapture-sdk
FLIR ADK
Execute from Autoware/ros
base path.
rosdep update
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
./catkin_make_release
./run
- Connect your camera
- Confirm the camera has been detected using
v4l2-ctl --list-devices
- Select from Sensing tab / Cameras -> FLIR ADK
- Press the
[config]
button and write the device name reported byv4l2-ctl --list-devices
. - Click the FLIR ADK checkbox
- Open Rviz and add image topic
/flir_adk/camera/image_raw
Parameters available
Parameter | Type | Description |
---|---|---|
DEVICE |
string | Name of the system device in the form /dev/videoX . Obtain the correct name using v4l2-ctl --list-devices . |
FPS |
integer | Frame per second. Default 30. |
WIDTH |
integer | Image width of the stream (Default 640). |
HEIGHT |
integer | Image height of the camera (Default 512). |
NS |
string | Namespace to add as prefix. Default flir_adk . |
Spinnaker
How to launch
- From a sourced terminal:
roslaunch autoware_pointgrey_drivers spinnaker.launch
- From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Spinnaker
Parameters available
Parameter | Type | Description |
---|---|---|
fps |
integer | Frame per second (Default 60). |
width |
integer | Image width of the stream (Default 1440). |
height |
integer | Image height of the camera (Default 1080). |
dltl |
integer | DeviceLinkThroughputLimit (Default 100000000). |
Changelog for package autoware_pointgrey_drivers
1.11.0 (2019-03-21)
- Include app name in log message
- To allow FPS to be set, it requires first to disable FrameRateAuto property
- fix framerate check
- Feature/spinnaker
(#1984)
-
add spinnaker driver
-
modified for multithreading
-
fix CMakeLists.txt
-
fix CMakeLists.txt
-
fix spinnaker launch file
-
delete unused files
-
fix maintainer
-
fix thread function
-
add license and fix default value
-
modify README
-
modify computing.yml
-
- Added install commands
-
Don't force raw image format
-
Removed mutex causing multiple cameras to don't publish
-
Removed crash due to the use of incompatible API on a camera
-
Switched to ROS logging instead of std out
-
Commented DLTL code
- Removed namespace and pixel format
* enable to change fps check device type and set DeviceLinkThroughputLimit
- Check pointers' validity
- applied clang format
-
- [fix] Install commands for all the packages
(#1861)
-
Initial fixes to detection, sensing, semantics and utils
-
fixing wrong filename on install command
-
Fixes to install commands
-
Hokuyo fix name
-
Fix obj db
-
Obj db include fixes
-
End of final cleaning sweep
-
Incorrect command order in runtime manager
-
Param tempfile not required by runtime_manager
-
- Fixes to runtime manager install commands
-
Remove devel directory from catkin, if any
-
Updated launch files for robosense
-
Updated robosense
-
Fix/add missing install (#1977)
-
Added launch install to lidar_kf_contour_track
-
Added install to op_global_planner
-
Added install to way_planner
-
Added install to op_local_planner
-
Added install to op_simulation_package
-
Added install to op_utilities
-
Added install to sync
-
- Improved installation script for pointgrey packages
-
Fixed nodelet error for gmsl cameras
- USe install space in catkin as well
-
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
autoware_build_flags | |
catkin | |
gscam | |
cv_bridge | |
image_transport | |
message_generation | |
roscpp | |
std_msgs | |
tf |
System Dependencies
Name |
---|
v4l-utils |
Dependant Packages
Launch files
- scripts/flir_adk.launch
-
- DEVICE [default: /dev/video0]
- FPS [default: 30]
- WIDTH [default: 640]
- HEIGHT [default: 512]
- NS [default: flir_adk]
- scripts/grasshopper3.launch
-
- fps [default: 20]
- CalibrationFile [default: ]
- mode [default: 0]
- format [default: raw]
- timeout [default: 1000]
- scripts/ladybug.launch
-
- SCALE [default: 20]
- CalibrationFile [default: ]
- scripts/spinnaker.launch
-
- width [default: 1440]
- height [default: 1080]
- fps [default: 60]
- dltl [default: 100000000]
Messages
Services
Plugins
Recent questions tagged autoware_pointgrey_drivers at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.12.0 |
License | Apache 2 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | autoware.ai perf |
Checkout URI | https://github.com/is-whale/autoware_learn.git |
VCS Type | git |
VCS Version | 1.14 |
Last Updated | 2025-03-14 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Masao KONDOH
- Abraham Monrroy
- Daisuke Nishimatsu
Authors
Autoware Point Grey Camera Drivers Package
This package allows the capture of an image stream from Point Grey cameras. It has been tested successfully with Grasshopper3 and LadyBug5 devices on both Ubuntu 14.04 and 16.04.
Requirements
- FlyCapture SDK or Spinnaker SDK provided by Point Grey.
Grasshopper3
How to launch
- From a sourced terminal:
roslaunch autoware_pointgrey_drivers grasshopper3.launch
- From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Grasshopper3
Parameters available
Parameter | Type | Description |
---|---|---|
fps |
integer | Defines the frames per second at which to attempt image stream acquisition. |
mode |
integer | Camera Mode - please check your camera for valid modes (0,1,2,…,31). |
format |
string | Pixel Format, which can be either raw or rgb . raw will publish the default bayer format according to your camera sensor. Both modes have 8 bits per pixel per channel. |
timeout |
integer | Timeout in miliseconds. Default 1000 ms. |
CalibrationFile |
string | Path to an Autoware-compatible calibration file to be published in the camera_info topic related to this camera. |
Ladybug
How to launch
-
From a sourced terminal:
roslaunch autoware_pointgrey_drivers ladybug.launch
-
From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Ladybug5
Parameters available
Parameter | Type | Description |
---|---|---|
SCALE |
float | Defines the downscale ratio (between 0.1 and 1.0). |
CalibrationFile |
string | Path to an Autoware-compatible calibration file to be published in the camera_info topic related to this camera. |
Notes
- The FlyCapture SDK must be obtained from Point Grey’s website.\
https://www.ptgrey.com/flycapture-sdk
FLIR ADK
Execute from Autoware/ros
base path.
rosdep update
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
./catkin_make_release
./run
- Connect your camera
- Confirm the camera has been detected using
v4l2-ctl --list-devices
- Select from Sensing tab / Cameras -> FLIR ADK
- Press the
[config]
button and write the device name reported byv4l2-ctl --list-devices
. - Click the FLIR ADK checkbox
- Open Rviz and add image topic
/flir_adk/camera/image_raw
Parameters available
Parameter | Type | Description |
---|---|---|
DEVICE |
string | Name of the system device in the form /dev/videoX . Obtain the correct name using v4l2-ctl --list-devices . |
FPS |
integer | Frame per second. Default 30. |
WIDTH |
integer | Image width of the stream (Default 640). |
HEIGHT |
integer | Image height of the camera (Default 512). |
NS |
string | Namespace to add as prefix. Default flir_adk . |
Spinnaker
How to launch
- From a sourced terminal:
roslaunch autoware_pointgrey_drivers spinnaker.launch
- From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Spinnaker
Parameters available
Parameter | Type | Description |
---|---|---|
fps |
integer | Frame per second (Default 60). |
width |
integer | Image width of the stream (Default 1440). |
height |
integer | Image height of the camera (Default 1080). |
dltl |
integer | DeviceLinkThroughputLimit (Default 100000000). |
Changelog for package autoware_pointgrey_drivers
1.11.0 (2019-03-21)
- Include app name in log message
- To allow FPS to be set, it requires first to disable FrameRateAuto property
- fix framerate check
- Feature/spinnaker
(#1984)
-
add spinnaker driver
-
modified for multithreading
-
fix CMakeLists.txt
-
fix CMakeLists.txt
-
fix spinnaker launch file
-
delete unused files
-
fix maintainer
-
fix thread function
-
add license and fix default value
-
modify README
-
modify computing.yml
-
- Added install commands
-
Don't force raw image format
-
Removed mutex causing multiple cameras to don't publish
-
Removed crash due to the use of incompatible API on a camera
-
Switched to ROS logging instead of std out
-
Commented DLTL code
- Removed namespace and pixel format
* enable to change fps check device type and set DeviceLinkThroughputLimit
- Check pointers' validity
- applied clang format
-
- [fix] Install commands for all the packages
(#1861)
-
Initial fixes to detection, sensing, semantics and utils
-
fixing wrong filename on install command
-
Fixes to install commands
-
Hokuyo fix name
-
Fix obj db
-
Obj db include fixes
-
End of final cleaning sweep
-
Incorrect command order in runtime manager
-
Param tempfile not required by runtime_manager
-
- Fixes to runtime manager install commands
-
Remove devel directory from catkin, if any
-
Updated launch files for robosense
-
Updated robosense
-
Fix/add missing install (#1977)
-
Added launch install to lidar_kf_contour_track
-
Added install to op_global_planner
-
Added install to way_planner
-
Added install to op_local_planner
-
Added install to op_simulation_package
-
Added install to op_utilities
-
Added install to sync
-
- Improved installation script for pointgrey packages
-
Fixed nodelet error for gmsl cameras
- USe install space in catkin as well
-
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
autoware_build_flags | |
catkin | |
gscam | |
cv_bridge | |
image_transport | |
message_generation | |
roscpp | |
std_msgs | |
tf |
System Dependencies
Name |
---|
v4l-utils |
Dependant Packages
Launch files
- scripts/flir_adk.launch
-
- DEVICE [default: /dev/video0]
- FPS [default: 30]
- WIDTH [default: 640]
- HEIGHT [default: 512]
- NS [default: flir_adk]
- scripts/grasshopper3.launch
-
- fps [default: 20]
- CalibrationFile [default: ]
- mode [default: 0]
- format [default: raw]
- timeout [default: 1000]
- scripts/ladybug.launch
-
- SCALE [default: 20]
- CalibrationFile [default: ]
- scripts/spinnaker.launch
-
- width [default: 1440]
- height [default: 1080]
- fps [default: 60]
- dltl [default: 100000000]
Messages
Services
Plugins
Recent questions tagged autoware_pointgrey_drivers at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.12.0 |
License | Apache 2 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | autoware.ai perf |
Checkout URI | https://github.com/is-whale/autoware_learn.git |
VCS Type | git |
VCS Version | 1.14 |
Last Updated | 2025-03-14 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Masao KONDOH
- Abraham Monrroy
- Daisuke Nishimatsu
Authors
Autoware Point Grey Camera Drivers Package
This package allows the capture of an image stream from Point Grey cameras. It has been tested successfully with Grasshopper3 and LadyBug5 devices on both Ubuntu 14.04 and 16.04.
Requirements
- FlyCapture SDK or Spinnaker SDK provided by Point Grey.
Grasshopper3
How to launch
- From a sourced terminal:
roslaunch autoware_pointgrey_drivers grasshopper3.launch
- From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Grasshopper3
Parameters available
Parameter | Type | Description |
---|---|---|
fps |
integer | Defines the frames per second at which to attempt image stream acquisition. |
mode |
integer | Camera Mode - please check your camera for valid modes (0,1,2,…,31). |
format |
string | Pixel Format, which can be either raw or rgb . raw will publish the default bayer format according to your camera sensor. Both modes have 8 bits per pixel per channel. |
timeout |
integer | Timeout in miliseconds. Default 1000 ms. |
CalibrationFile |
string | Path to an Autoware-compatible calibration file to be published in the camera_info topic related to this camera. |
Ladybug
How to launch
-
From a sourced terminal:
roslaunch autoware_pointgrey_drivers ladybug.launch
-
From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Ladybug5
Parameters available
Parameter | Type | Description |
---|---|---|
SCALE |
float | Defines the downscale ratio (between 0.1 and 1.0). |
CalibrationFile |
string | Path to an Autoware-compatible calibration file to be published in the camera_info topic related to this camera. |
Notes
- The FlyCapture SDK must be obtained from Point Grey’s website.\
https://www.ptgrey.com/flycapture-sdk
FLIR ADK
Execute from Autoware/ros
base path.
rosdep update
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
./catkin_make_release
./run
- Connect your camera
- Confirm the camera has been detected using
v4l2-ctl --list-devices
- Select from Sensing tab / Cameras -> FLIR ADK
- Press the
[config]
button and write the device name reported byv4l2-ctl --list-devices
. - Click the FLIR ADK checkbox
- Open Rviz and add image topic
/flir_adk/camera/image_raw
Parameters available
Parameter | Type | Description |
---|---|---|
DEVICE |
string | Name of the system device in the form /dev/videoX . Obtain the correct name using v4l2-ctl --list-devices . |
FPS |
integer | Frame per second. Default 30. |
WIDTH |
integer | Image width of the stream (Default 640). |
HEIGHT |
integer | Image height of the camera (Default 512). |
NS |
string | Namespace to add as prefix. Default flir_adk . |
Spinnaker
How to launch
- From a sourced terminal:
roslaunch autoware_pointgrey_drivers spinnaker.launch
- From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Spinnaker
Parameters available
Parameter | Type | Description |
---|---|---|
fps |
integer | Frame per second (Default 60). |
width |
integer | Image width of the stream (Default 1440). |
height |
integer | Image height of the camera (Default 1080). |
dltl |
integer | DeviceLinkThroughputLimit (Default 100000000). |
Changelog for package autoware_pointgrey_drivers
1.11.0 (2019-03-21)
- Include app name in log message
- To allow FPS to be set, it requires first to disable FrameRateAuto property
- fix framerate check
- Feature/spinnaker
(#1984)
-
add spinnaker driver
-
modified for multithreading
-
fix CMakeLists.txt
-
fix CMakeLists.txt
-
fix spinnaker launch file
-
delete unused files
-
fix maintainer
-
fix thread function
-
add license and fix default value
-
modify README
-
modify computing.yml
-
- Added install commands
-
Don't force raw image format
-
Removed mutex causing multiple cameras to don't publish
-
Removed crash due to the use of incompatible API on a camera
-
Switched to ROS logging instead of std out
-
Commented DLTL code
- Removed namespace and pixel format
* enable to change fps check device type and set DeviceLinkThroughputLimit
- Check pointers' validity
- applied clang format
-
- [fix] Install commands for all the packages
(#1861)
-
Initial fixes to detection, sensing, semantics and utils
-
fixing wrong filename on install command
-
Fixes to install commands
-
Hokuyo fix name
-
Fix obj db
-
Obj db include fixes
-
End of final cleaning sweep
-
Incorrect command order in runtime manager
-
Param tempfile not required by runtime_manager
-
- Fixes to runtime manager install commands
-
Remove devel directory from catkin, if any
-
Updated launch files for robosense
-
Updated robosense
-
Fix/add missing install (#1977)
-
Added launch install to lidar_kf_contour_track
-
Added install to op_global_planner
-
Added install to way_planner
-
Added install to op_local_planner
-
Added install to op_simulation_package
-
Added install to op_utilities
-
Added install to sync
-
- Improved installation script for pointgrey packages
-
Fixed nodelet error for gmsl cameras
- USe install space in catkin as well
-
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
autoware_build_flags | |
catkin | |
gscam | |
cv_bridge | |
image_transport | |
message_generation | |
roscpp | |
std_msgs | |
tf |
System Dependencies
Name |
---|
v4l-utils |
Dependant Packages
Launch files
- scripts/flir_adk.launch
-
- DEVICE [default: /dev/video0]
- FPS [default: 30]
- WIDTH [default: 640]
- HEIGHT [default: 512]
- NS [default: flir_adk]
- scripts/grasshopper3.launch
-
- fps [default: 20]
- CalibrationFile [default: ]
- mode [default: 0]
- format [default: raw]
- timeout [default: 1000]
- scripts/ladybug.launch
-
- SCALE [default: 20]
- CalibrationFile [default: ]
- scripts/spinnaker.launch
-
- width [default: 1440]
- height [default: 1080]
- fps [default: 60]
- dltl [default: 100000000]
Messages
Services
Plugins
Recent questions tagged autoware_pointgrey_drivers at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.12.0 |
License | Apache 2 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | autoware.ai perf |
Checkout URI | https://github.com/is-whale/autoware_learn.git |
VCS Type | git |
VCS Version | 1.14 |
Last Updated | 2025-03-14 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Masao KONDOH
- Abraham Monrroy
- Daisuke Nishimatsu
Authors
Autoware Point Grey Camera Drivers Package
This package allows the capture of an image stream from Point Grey cameras. It has been tested successfully with Grasshopper3 and LadyBug5 devices on both Ubuntu 14.04 and 16.04.
Requirements
- FlyCapture SDK or Spinnaker SDK provided by Point Grey.
Grasshopper3
How to launch
- From a sourced terminal:
roslaunch autoware_pointgrey_drivers grasshopper3.launch
- From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Grasshopper3
Parameters available
Parameter | Type | Description |
---|---|---|
fps |
integer | Defines the frames per second at which to attempt image stream acquisition. |
mode |
integer | Camera Mode - please check your camera for valid modes (0,1,2,…,31). |
format |
string | Pixel Format, which can be either raw or rgb . raw will publish the default bayer format according to your camera sensor. Both modes have 8 bits per pixel per channel. |
timeout |
integer | Timeout in miliseconds. Default 1000 ms. |
CalibrationFile |
string | Path to an Autoware-compatible calibration file to be published in the camera_info topic related to this camera. |
Ladybug
How to launch
-
From a sourced terminal:
roslaunch autoware_pointgrey_drivers ladybug.launch
-
From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Ladybug5
Parameters available
Parameter | Type | Description |
---|---|---|
SCALE |
float | Defines the downscale ratio (between 0.1 and 1.0). |
CalibrationFile |
string | Path to an Autoware-compatible calibration file to be published in the camera_info topic related to this camera. |
Notes
- The FlyCapture SDK must be obtained from Point Grey’s website.\
https://www.ptgrey.com/flycapture-sdk
FLIR ADK
Execute from Autoware/ros
base path.
rosdep update
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
./catkin_make_release
./run
- Connect your camera
- Confirm the camera has been detected using
v4l2-ctl --list-devices
- Select from Sensing tab / Cameras -> FLIR ADK
- Press the
[config]
button and write the device name reported byv4l2-ctl --list-devices
. - Click the FLIR ADK checkbox
- Open Rviz and add image topic
/flir_adk/camera/image_raw
Parameters available
Parameter | Type | Description |
---|---|---|
DEVICE |
string | Name of the system device in the form /dev/videoX . Obtain the correct name using v4l2-ctl --list-devices . |
FPS |
integer | Frame per second. Default 30. |
WIDTH |
integer | Image width of the stream (Default 640). |
HEIGHT |
integer | Image height of the camera (Default 512). |
NS |
string | Namespace to add as prefix. Default flir_adk . |
Spinnaker
How to launch
- From a sourced terminal:
roslaunch autoware_pointgrey_drivers spinnaker.launch
- From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Spinnaker
Parameters available
Parameter | Type | Description |
---|---|---|
fps |
integer | Frame per second (Default 60). |
width |
integer | Image width of the stream (Default 1440). |
height |
integer | Image height of the camera (Default 1080). |
dltl |
integer | DeviceLinkThroughputLimit (Default 100000000). |
Changelog for package autoware_pointgrey_drivers
1.11.0 (2019-03-21)
- Include app name in log message
- To allow FPS to be set, it requires first to disable FrameRateAuto property
- fix framerate check
- Feature/spinnaker
(#1984)
-
add spinnaker driver
-
modified for multithreading
-
fix CMakeLists.txt
-
fix CMakeLists.txt
-
fix spinnaker launch file
-
delete unused files
-
fix maintainer
-
fix thread function
-
add license and fix default value
-
modify README
-
modify computing.yml
-
- Added install commands
-
Don't force raw image format
-
Removed mutex causing multiple cameras to don't publish
-
Removed crash due to the use of incompatible API on a camera
-
Switched to ROS logging instead of std out
-
Commented DLTL code
- Removed namespace and pixel format
* enable to change fps check device type and set DeviceLinkThroughputLimit
- Check pointers' validity
- applied clang format
-
- [fix] Install commands for all the packages
(#1861)
-
Initial fixes to detection, sensing, semantics and utils
-
fixing wrong filename on install command
-
Fixes to install commands
-
Hokuyo fix name
-
Fix obj db
-
Obj db include fixes
-
End of final cleaning sweep
-
Incorrect command order in runtime manager
-
Param tempfile not required by runtime_manager
-
- Fixes to runtime manager install commands
-
Remove devel directory from catkin, if any
-
Updated launch files for robosense
-
Updated robosense
-
Fix/add missing install (#1977)
-
Added launch install to lidar_kf_contour_track
-
Added install to op_global_planner
-
Added install to way_planner
-
Added install to op_local_planner
-
Added install to op_simulation_package
-
Added install to op_utilities
-
Added install to sync
-
- Improved installation script for pointgrey packages
-
Fixed nodelet error for gmsl cameras
- USe install space in catkin as well
-
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
autoware_build_flags | |
catkin | |
gscam | |
cv_bridge | |
image_transport | |
message_generation | |
roscpp | |
std_msgs | |
tf |
System Dependencies
Name |
---|
v4l-utils |
Dependant Packages
Launch files
- scripts/flir_adk.launch
-
- DEVICE [default: /dev/video0]
- FPS [default: 30]
- WIDTH [default: 640]
- HEIGHT [default: 512]
- NS [default: flir_adk]
- scripts/grasshopper3.launch
-
- fps [default: 20]
- CalibrationFile [default: ]
- mode [default: 0]
- format [default: raw]
- timeout [default: 1000]
- scripts/ladybug.launch
-
- SCALE [default: 20]
- CalibrationFile [default: ]
- scripts/spinnaker.launch
-
- width [default: 1440]
- height [default: 1080]
- fps [default: 60]
- dltl [default: 100000000]
Messages
Services
Plugins
Recent questions tagged autoware_pointgrey_drivers at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.12.0 |
License | Apache 2 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | autoware.ai perf |
Checkout URI | https://github.com/is-whale/autoware_learn.git |
VCS Type | git |
VCS Version | 1.14 |
Last Updated | 2025-03-14 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Masao KONDOH
- Abraham Monrroy
- Daisuke Nishimatsu
Authors
Autoware Point Grey Camera Drivers Package
This package allows the capture of an image stream from Point Grey cameras. It has been tested successfully with Grasshopper3 and LadyBug5 devices on both Ubuntu 14.04 and 16.04.
Requirements
- FlyCapture SDK or Spinnaker SDK provided by Point Grey.
Grasshopper3
How to launch
- From a sourced terminal:
roslaunch autoware_pointgrey_drivers grasshopper3.launch
- From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Grasshopper3
Parameters available
Parameter | Type | Description |
---|---|---|
fps |
integer | Defines the frames per second at which to attempt image stream acquisition. |
mode |
integer | Camera Mode - please check your camera for valid modes (0,1,2,…,31). |
format |
string | Pixel Format, which can be either raw or rgb . raw will publish the default bayer format according to your camera sensor. Both modes have 8 bits per pixel per channel. |
timeout |
integer | Timeout in miliseconds. Default 1000 ms. |
CalibrationFile |
string | Path to an Autoware-compatible calibration file to be published in the camera_info topic related to this camera. |
Ladybug
How to launch
-
From a sourced terminal:
roslaunch autoware_pointgrey_drivers ladybug.launch
-
From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Ladybug5
Parameters available
Parameter | Type | Description |
---|---|---|
SCALE |
float | Defines the downscale ratio (between 0.1 and 1.0). |
CalibrationFile |
string | Path to an Autoware-compatible calibration file to be published in the camera_info topic related to this camera. |
Notes
- The FlyCapture SDK must be obtained from Point Grey’s website.\
https://www.ptgrey.com/flycapture-sdk
FLIR ADK
Execute from Autoware/ros
base path.
rosdep update
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
./catkin_make_release
./run
- Connect your camera
- Confirm the camera has been detected using
v4l2-ctl --list-devices
- Select from Sensing tab / Cameras -> FLIR ADK
- Press the
[config]
button and write the device name reported byv4l2-ctl --list-devices
. - Click the FLIR ADK checkbox
- Open Rviz and add image topic
/flir_adk/camera/image_raw
Parameters available
Parameter | Type | Description |
---|---|---|
DEVICE |
string | Name of the system device in the form /dev/videoX . Obtain the correct name using v4l2-ctl --list-devices . |
FPS |
integer | Frame per second. Default 30. |
WIDTH |
integer | Image width of the stream (Default 640). |
HEIGHT |
integer | Image height of the camera (Default 512). |
NS |
string | Namespace to add as prefix. Default flir_adk . |
Spinnaker
How to launch
- From a sourced terminal:
roslaunch autoware_pointgrey_drivers spinnaker.launch
- From Runtime manager:
Sensing Tab -> Cameras -> PointGrey Spinnaker
Parameters available
Parameter | Type | Description |
---|---|---|
fps |
integer | Frame per second (Default 60). |
width |
integer | Image width of the stream (Default 1440). |
height |
integer | Image height of the camera (Default 1080). |
dltl |
integer | DeviceLinkThroughputLimit (Default 100000000). |
Changelog for package autoware_pointgrey_drivers
1.11.0 (2019-03-21)
- Include app name in log message
- To allow FPS to be set, it requires first to disable FrameRateAuto property
- fix framerate check
- Feature/spinnaker
(#1984)
-
add spinnaker driver
-
modified for multithreading
-
fix CMakeLists.txt
-
fix CMakeLists.txt
-
fix spinnaker launch file
-
delete unused files
-
fix maintainer
-
fix thread function
-
add license and fix default value
-
modify README
-
modify computing.yml
-
- Added install commands
-
Don't force raw image format
-
Removed mutex causing multiple cameras to don't publish
-
Removed crash due to the use of incompatible API on a camera
-
Switched to ROS logging instead of std out
-
Commented DLTL code
- Removed namespace and pixel format
* enable to change fps check device type and set DeviceLinkThroughputLimit
- Check pointers' validity
- applied clang format
-
- [fix] Install commands for all the packages
(#1861)
-
Initial fixes to detection, sensing, semantics and utils
-
fixing wrong filename on install command
-
Fixes to install commands
-
Hokuyo fix name
-
Fix obj db
-
Obj db include fixes
-
End of final cleaning sweep
-
Incorrect command order in runtime manager
-
Param tempfile not required by runtime_manager
-
- Fixes to runtime manager install commands
-
Remove devel directory from catkin, if any
-
Updated launch files for robosense
-
Updated robosense
-
Fix/add missing install (#1977)
-
Added launch install to lidar_kf_contour_track
-
Added install to op_global_planner
-
Added install to way_planner
-
Added install to op_local_planner
-
Added install to op_simulation_package
-
Added install to op_utilities
-
Added install to sync
-
- Improved installation script for pointgrey packages
-
Fixed nodelet error for gmsl cameras
- USe install space in catkin as well
-
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
autoware_build_flags | |
catkin | |
gscam | |
cv_bridge | |
image_transport | |
message_generation | |
roscpp | |
std_msgs | |
tf |
System Dependencies
Name |
---|
v4l-utils |
Dependant Packages
Launch files
- scripts/flir_adk.launch
-
- DEVICE [default: /dev/video0]
- FPS [default: 30]
- WIDTH [default: 640]
- HEIGHT [default: 512]
- NS [default: flir_adk]
- scripts/grasshopper3.launch
-
- fps [default: 20]
- CalibrationFile [default: ]
- mode [default: 0]
- format [default: raw]
- timeout [default: 1000]
- scripts/ladybug.launch
-
- SCALE [default: 20]
- CalibrationFile [default: ]
- scripts/spinnaker.launch
-
- width [default: 1440]
- height [default: 1080]
- fps [default: 60]
- dltl [default: 100000000]