An open API service indexing awesome lists of open source software.

https://github.com/robotnikautomation/meanwell_inverter

ROS package to control MeanWell Inverter
https://github.com/robotnikautomation/meanwell_inverter

Last synced: 5 months ago
JSON representation

ROS package to control MeanWell Inverter

Awesome Lists containing this project

README

          

# meanwell_inverter
ROS package to control MeanWell Inverter

# Dependencies

* [robotnik_msgs](https://github.com/RobotnikAutomation/robotnik_msgs.git)

# Available params

* port: serial used for the connection

# Launch the node

```
$ rosrun meanwell_inverter meanwell_inverter_node.py
```

# Topics

## State

To read the state of the node

```
~state (type robotnik_msgs/State)

```

## InverterStatus

To read the status of the MeanWell Inverter

```
~inverter_status (type robotnik_msgs/InverterStatus)

```

# Services

## To switch on/off the MeanWell Inverter

```
~toggle (type std_srvs/SetBool)

```