当前位置:网站首页>Battery simulation of gazebo robot
Battery simulation of gazebo robot
2022-07-01 19:42:00 【Han Mo Pavilion】
<model name="battery_demo_model"> <pose>0 0 0 0 0 0</pose> <static>false</static> <link name="body"> <battery name="brass_battery"> <voltage>12.592</voltage> </battery> </link> <plugin name="battery" filename="libbattery_discharge.so"> <ros_node>battery_monitor_client</ros_node> <link_name>body</link_name> <battery_name>linear_battery</battery_name> <constant_coef>12.694</constant_coef> <linear_coef>-3.1424</linear_coef> <initial_charge>1.1665</initial_charge> <capacity>1.2009</capacity> <resistance>0.061523</resistance> <smooth_current_tau>1.9499</smooth_current_tau> <charge_rate>0.2</charge_rate> </plugin> <plugin name="consumer" filename="libbattery_consumer.so"> <link_name>body</link_name> <battery_name>linear_battery</battery_name> <power_load>6.6</power_load> </plugin> </model>
It will battery msg use rostopic Send it out .
3. ros-kinetic On the branch pr2-simulator Inside ros-gazebo-plugin There are energy management nodes , Can simulate battery power , The specific links :
边栏推荐
- axure不显示元件库
- ES6中的代理proxy
- 自定义插入页面标签以及实现类似通讯录的首字母搜索
- Axure does not display catalogs
- Werewolf killing strategy: do you think I'm easy to cheat? Who do we believe!
- mysql 報錯 Can‘t create table ‘demo01.tb_Student‘ (errno: 150)*
- Analysis of GetMessage underlying mechanism
- How to add transactions in JDBC
- [go ~ 0 to 1] day 4 June 30 defer, structure, method
- GC垃圾回收
猜你喜欢

精耕渠道共謀發展 福昕攜手偉仕佳傑開展新產品培訓大會

JVM内存模型

GB28181之SIP协议

数字化转型企业成功的关键,用数据创造价值

Interview questions for audio and video positions in Dachang -- today's headline

Introduction to relevant processes and functions of wechat official account development

How to configure webrtc video streaming format for easygbs, a new version of national standard gb28181 video platform?

EasyGBS网络不稳定情况下重复请求视频拉流问题的优化

大厂音视频职位面试题目--今日头条

Summary of SQL query de duplication statistics methods
随机推荐
118. 杨辉三角
Compile ffmpeg source code with msys+vs2019 under win10
【AI服务器搭建】CUDA环境
How to solve the problem of splash screen when the main and sub code streams of easygbs are h.265?
GC garbage collection
新版国标GB28181视频平台EasyGBS如何配置WebRTC视频流格式播放?
Ffmpeg avframe to cv:: mat
Bao, what if the O & M 100+ server is a headache? Use Xingyun housekeeper!
研究了11种实时聊天软件,我发现都具备这些功能…
Transaction isolation level gap lock deadlock
Why must we move from Devops to bizdevops?
CMU AI PhD first year summary
精耕渠道共謀發展 福昕攜手偉仕佳傑開展新產品培訓大會
Object creation
Live HLS protocol
Anaconda安装虚拟环境到指定路径
Optaplanner learning notes (I) case cloud balance
【let var const】
[go ~ 0 to 1] day 4 June 30 defer, structure, method
qobject_cast用法