Coder Social home page Coder Social logo

basler_camera's Introduction

basler_camera

basler相机ros节点

安装pylon库

添加环境变量

  • 确保pylon库安装在/opt/pylon5目录下,否则项目依赖lib目录及include目录需要对应修改。

echo "export LIBRARY_PATH=\$LIBRARY_PATH:/opt/pylon5/lib64" >> ~/.bashrc

echo "export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/opt/pylon5/lib64" >> ~/.bashrc

source ~/.bashrc

运行示例

  • 将节点源文件夹放在ros工作空间下的src目录下,于ros工作空间目录执行catkin_make,编译节点。

  • 建议将工作空间获取脚本命令添加入当前用户的.bashrc内容,以便每次打开新的Shell时自动获取所有节点(以下指令假设ros工作空间为~/catkin_ws/):

echo "source ~/catkin_ws/devel/setup.bash" >> ~/.bashrc

source ~/.bashrc

  • 执行basler相机图像捕获节点

rosrun basler_camera basler_acA1600

  • 执行basler相机图像监听节点(示例)

rosrun basler_camera basler_acA1600_listener_demo

basler_camera's People

Contributors

wheat2018 avatar

Watchers

 avatar

Forkers

onecolab

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.