Skip to content
Snippets Groups Projects
Commit 06b8e976 authored by Erkan Karabulut's avatar Erkan Karabulut
Browse files

change occupancy sensor name

parent 2ab6e9ea
No related branches found
No related tags found
No related merge requests found
......@@ -24,11 +24,11 @@ export class Occupancy {
*/
public _getSensorConfig(parentObjectId: string) {
const occupancySensor: Sensor = {
name: "Camera sensor",
name: "Occupancy sensor",
objectId: "17f98945-4a78-41b0-84f0-bb9a4a807b13",
objectType: SensorThingsTypes.OBJECT_TYPE_SENSOR,
coreType: "CoatyObject",
description: `Camera sensor that is used to detect people in a video stream`,
description: `Occupancy sensor that is used to detect people in a video stream`,
unitOfMeasurement: {
name: "Occupancy",
symbol: "?",
......
#!/bin/sh
roslaunch turtlebot3_bringup turtlebot3_rpicamera.launch > /dev/null 2>&1 &
npm install
npm run build
npm start
File mode changed from 100755 to 100644
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment